فهرست منبع

Merge pull request #3135 from nextcloud/update-issue-templates

Update issue templates: choose between bug and feature request
Andy Scherzinger 6 سال پیش
والد
کامیت
585f734e32
2فایلهای تغییر یافته به همراه23 افزوده شده و 0 حذف شده
  1. 6 0
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 17 0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 6 - 0
issue_template.md → .github/ISSUE_TEMPLATE/bug_report.md

@@ -1,3 +1,9 @@
+---
+name: Bug report
+about: Create a report to help us improve
+
+---
+
 ### Actual behaviour
 ### Actual behaviour
 - Tell us what happens
 - Tell us what happens
 
 

+ 17 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**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.