Browse Source

add issue templates

TheIllusiveC4 6 years ago
parent
commit
d98e2a4015
2 changed files with 24 additions and 2 deletions
  1. 11 2
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 13 0
      .github/ISSUE_TEMPLATE/feature-request.md

+ 11 - 2
.github/issue_template.md → .github/ISSUE_TEMPLATE/bug-report.md

@@ -1,7 +1,15 @@
+---
+name: Bug Report
+about: Create a report for crashes, bugs, and other unintended behavior
+title: ''
+labels: bug
+assignees: TheIllusiveC4
+
+---
+
 <!--
 #### Notice
 Please reproduce all issues without any other unnecessary mods before submitting.
-If you are making a suggestion, delete this template.
 -->
 #### Versions (Be specific, do not write "latest"):
 * Custom FoV:
@@ -13,4 +21,5 @@ If you are making a suggestion, delete this template.
 2.
 3.
 ...
-Crash Log: Please use a paste site like [gist](https://gist.github.com/).
+
+Crash Log: Please use a paste site like [hastebin](https://hastebin.com/).

+ 13 - 0
.github/ISSUE_TEMPLATE/feature-request.md

@@ -0,0 +1,13 @@
+---
+name: Feature Request
+about: Offer a suggestion for a new feature or change
+title: ''
+labels: enhancement
+assignees: TheIllusiveC4
+
+---
+
+**Please describe the new feature or change.**
+
+
+**Please describe why you want this feature.**