From 57e0a7308f6d03790350b36c894a153f6fb9eebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bryan=E2=84=A2=EF=B8=8F?= Date: Wed, 13 Oct 2021 12:09:45 -0500 Subject: [PATCH] add bug and feature templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d1968b66 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A concise description of what the bug is. + +**Steps to reproduce** +A step-by-step description on how to reproduce the problem. + +**Expected outcome** +A concise description of what you expected to happen. + +**Application Logs** +The log output when experiencing the issue. + + +**Environment** + +* NTH App Version: +* NTH Mode (IMDS/Queue processor): +* OS/Arch: +* Kubernetes version: +* Installation method: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..5f227439 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest a feature/enhancement for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Describe the feature** +A concise description of the feature and desired behavior. + +**Is the feature request related to a problem?** +A description of what the problem is. For example: I'm frustrated when [...] + +**Describe alternatives you've considered** +A description of any alternative solutions or features you've considered.