]> Sergey Matveev's repositories - nnn.git/commitdiff
Update issue template, add feature template
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 18 Apr 2020 01:28:19 +0000 (06:58 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 18 Apr 2020 01:28:19 +0000 (06:58 +0530)
.github/ISSUE_TEMPLATE/bug_report.md [moved from .github/ISSUE_TEMPLATE.md with 88% similarity]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]

similarity index 88%
rename from .github/ISSUE_TEMPLATE.md
rename to .github/ISSUE_TEMPLATE/bug_report.md
index 4ac96c88e80338b948ff409bd1c3a090f0775e51..a36645d611e62b1cbf6fdbefb31086feadb34d3b 100644 (file)
@@ -1,4 +1,10 @@
-#### BUG REPORTS
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: ''
+---
 
 If it looks like a local environment issue, please try to debug yourself. Debugging local setup issues is not our top priority.
 
@@ -28,6 +34,8 @@ Please consider contributing the feature back to `nnn` yourself. Feel free to di
 [ ] Terminal Emulator:
 [ ] Shell:
 [ ] Custom desktop opener (if applicable):
+[ ] Program options used:
+[ ] Configuration options set:
 [ ] Issue exists on `nnn` master
 
 #### Exact steps to reproduce the issue
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644 (file)
index 0000000..05109d8
--- /dev/null
@@ -0,0 +1,24 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: enhancement
+assignees: ''
+---
+
+**Is your feature request related to a problem? Please describe.**
+
+A clear and concise description of what the problem is.
+
+**Describe the solution you'd like**
+
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+
+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.