Add issue templates
This commit is contained in:
parent
ef69dd25b9
commit
fd2814d77a
22
.github/ISSUE_TEMPLATE/1_bug_report.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/1_bug_report.md
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
name: 🐞 Bug report
|
||||
about: Report a bug that has been encountered.
|
||||
labels: 'kind/bug'
|
||||
---
|
||||
|
||||
**Version:**
|
||||
|
||||
<!-- x.x.x -->
|
||||
|
||||
**Environment:**
|
||||
|
||||
<!-- Server? Docker/CentOS -->
|
||||
<!-- Client? Linux/Windows -->
|
||||
|
||||
**Issue description:**
|
||||
|
||||
<!-- Clear description of the issue you are seeing. -->
|
||||
|
||||
**Steps to reproduce:**
|
||||
|
||||
<!-- Give others an idea on how you can replicate the issue. -->
|
9
.github/ISSUE_TEMPLATE/2_feature_request.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/2_feature_request.md
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
name: 💡 Feature Request
|
||||
about: Ideas to improve!
|
||||
labels: 'kind/feature'
|
||||
---
|
||||
|
||||
**Description**
|
||||
|
||||
<!-- Clear description of what you'd like to see. -->
|
9
.github/ISSUE_TEMPLATE/3_question.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/3_question.md
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
name: ❓ Question
|
||||
about: Have a question? Ask it!
|
||||
labels: 'question'
|
||||
---
|
||||
|
||||
**Question**
|
||||
|
||||
<!-- Provide any details to help others better understand your question. -->
|
9
.github/ISSUE_TEMPLATE/4_guidance.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/4_guidance.md
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
name: 🧭 Guidance
|
||||
about: Lost? Maybe someone can help.
|
||||
labels: 'help wanted'
|
||||
---
|
||||
|
||||
**Description:**
|
||||
|
||||
<!-- Clear description of what is going on. -->
|
12
.github/ISSUE_TEMPLATE/5_implementation.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/5_implementation.md
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: ⚙ Feature Implementation
|
||||
about: Template used to track new features.
|
||||
labels: 'kind/feature'
|
||||
---
|
||||
|
||||
<!-- Decription of feature and possible implementation. -->
|
||||
|
||||
**Tasks:**
|
||||
- [ ] Feature Implementation
|
||||
- [ ] Tests
|
||||
- [ ] Documentation
|
Reference in New Issue
Block a user