Browse Source

Add issue template for code compilation.

Jérémie Dumas 5 years ago
parent
commit
60ea43092c
2 changed files with 18 additions and 1 deletions
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 17 0
      .github/ISSUE_TEMPLATE/compilation.md

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.md

@@ -2,7 +2,7 @@
 name: Bug report
 about: Create a report to help us improve
 title: ''
-labels: 'pending verification'
+labels: bug, pending verification
 assignees: ''
 
 ---

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

@@ -0,0 +1,17 @@
+---
+name: Compilation issue
+about: Report a problem when compiling the code
+title: ''
+labels: 'compilation'
+assignees: ''
+
+---
+
+#### Describe your question
+
+...
+
+#### Check all that apply (change to `[x]`)
+- [ ] Windows
+- [ ] macOS
+- [ ] Linux