Răsfoiți Sursa

Merge pull request #1479 from libigl/jdumas/issues

Update issue templates
Alec Jacobson 5 ani în urmă
părinte
comite
a6ca070009

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

@@ -0,0 +1,17 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: 'pending verification'
+assignees: ''
+
+---
+
+#### Describe the bug
+
+A clear and concise description of what the bug is.
+
+#### Check all that apply (change to `[x]`)
+- [ ] Windows
+- [ ] macOS
+- [ ] Linux

+ 1 - 0
.github/ISSUE_TEMPLATE/config.yml

@@ -0,0 +1 @@
+blank_issues_enabled: false

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

@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: 'enhancement'
+assignees: ''
+
+---
+
+#### Describe your feature request
+
+...
+
+#### Check all that apply (change to `[x]`)
+- [ ] Windows
+- [ ] macOS
+- [ ] Linux

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

@@ -0,0 +1,17 @@
+---
+name: Question
+about: Ask question about the tutorial or documentation
+title: ''
+labels: 'question'
+assignees: ''
+
+---
+
+#### Describe your question
+
+...
+
+#### Check all that apply (change to `[x]`)
+- [ ] Windows
+- [ ] macOS
+- [ ] Linux

+ 0 - 11
.github/issue_template.md

@@ -1,11 +0,0 @@
-#### Describe your issue
-
-...
-
-#### Check all that apply (change to `[x]`)
-- [ ] Windows
-- [ ] Mac OS X
-- [ ] Linux
-- [ ] I have tried the `dev` branch and the problem persists
-
-See https://libigl.github.io/CONTRIBUTING/#bugreport for more tips.

+ 2 - 0
.github/pull_request_template.md

@@ -1,3 +1,5 @@
+Fixes # .
+
 [Describe your changes and what you've already done to test it.]