diff options
author | Alfredo Cardigliano <cardigliano@ntop.org> | 2022-01-03 17:26:23 +0100 |
---|---|---|
committer | Alfredo Cardigliano <cardigliano@ntop.org> | 2022-01-03 17:26:23 +0100 |
commit | 948c0367f9d4d0c0488b3e91b7129cc10fcca855 (patch) | |
tree | a866cac6a54c7d97955290dcf02e421de90b8b9e /.github/ISSUE_TEMPLATE | |
parent | 23a476127624ba19ff410c0f26bddfbd800bface (diff) |
Update issue tempalte
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_template.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request_template.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_template.md b/.github/ISSUE_TEMPLATE/bug_template.md index 5067d3168..cce00f2fa 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.md +++ b/.github/ISSUE_TEMPLATE/bug_template.md @@ -1,5 +1,5 @@ --- -name: Bug Report +name: "🐞 Report a Bug" about: Create a report to help us improve nDPI title: '' labels: 'bug' diff --git a/.github/ISSUE_TEMPLATE/feature_request_template.md b/.github/ISSUE_TEMPLATE/feature_request_template.md index a5e8be675..1a8188928 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_template.md +++ b/.github/ISSUE_TEMPLATE/feature_request_template.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: "💡 Suggest an Improvement or Feature" about: Suggest an idea or a feature for nDPI title: '' labels: 'enhancement' @@ -17,4 +17,4 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context or screenshots about the feature request here.
\ No newline at end of file +Add any other context or screenshots about the feature request here. |