From 27882a93cd03309a4dcebfd88cf2e6b89ba85fd1 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Thu, 30 Apr 2020 02:45:15 +0200 Subject: [PATCH] Add header with the issue type to the top of the issue templates --- .github/ISSUE_TEMPLATE/defect.md | 2 ++ .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/defect.md b/.github/ISSUE_TEMPLATE/defect.md index 28e228b1..1367c509 100644 --- a/.github/ISSUE_TEMPLATE/defect.md +++ b/.github/ISSUE_TEMPLATE/defect.md @@ -4,6 +4,8 @@ about: Report a bug found in the NATS Server labels: 🐞 bug --- +## Defect + Make sure that these boxes are checked before submitting your issue -- thank you! - [ ] Included `nats-server -DV` output diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 725e7219..51e54c6c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,8 @@ about: Request a feature for the NATS Server labels: 🎉 enhancement --- +## Feature Request + #### Use Case: #### Proposed Change: