Преглед на файлове

Added GitHub templates to guide users with new issues.

silvioprog преди 6 години
родител
ревизия
eb421802ed
променени са 3 файла, в които са добавени 44 реда и са изтрити 0 реда
  1. 26 0
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 10 0
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 8 0
      .github/ISSUE_TEMPLATE/question.md

+ 26 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,26 @@
+---
+name: Bug report
+about: Create a report to help us improve
+labels: bug
+
+---
+
+A clear and concise description of what the bug is.
+
+**Steps to reproduce:**
+
+1. Open the project [...]
+2. Configure the component [...]
+3. Run example and/or test [...]
+
+Raised error and/or generated log.
+
+**Environment:**
+
+OS, compiler and Brook version to reproduce the problem, e.g.:
+
+- openSUSE Tumbleweed
+- Delphi/FPC N.N.N x86_64
+- Brook N.N.N
+
+Any other information here. If applicable, a screenshot to help explain the problem.

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

@@ -0,0 +1,10 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+labels: enhancement
+
+---
+
+A clear and concise description of what should be improved in Brook framework.
+
+Any links, projects or drafts can be referenced if they could help to explain the feature.

+ 8 - 0
.github/ISSUE_TEMPLATE/question.md

@@ -0,0 +1,8 @@
+---
+name: Question
+about: The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/brookframework.
+labels: question
+
+---
+
+If you have any question about a feature, example, documentation etc., please ask it on https://stackoverflow.com/questions/tagged/brookframework.