Quellcode durchsuchen

Add issue template for code compilation.

Jérémie Dumas vor 5 Jahren
Ursprung
Commit
60ea43092c
2 geänderte Dateien mit 18 neuen und 1 gelöschten Zeilen
  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