Merge pull request #313 from AurelienFT/master

Add templates
This commit is contained in:
Sunli 2020-10-15 16:21:32 +08:00 committed by GitHub
commit 57ea644c92
3 changed files with 43 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,24 @@
---
name: 'Bug Report'
about: 'Report a new bug'
title: '<Title>'
labels: bug
---
## Expected Behavior
## Actual Behavior
## Steps to Reproduce the Problem
1.
2.
3.
## Specifications
- Version:
- Platform:
- Subsystem:

View File

@ -0,0 +1,11 @@
---
name: 'Feature Request'
about: 'Report a new feature to be implemented'
title: '<Title>'
labels: enhancement
---
## Description of the feature
## Code example (if possible)

8
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,8 @@
---
name: 'Question'
about: 'If something needs clarification'
title: '<Title>'
labels: question
---
<!-- What is your question? Please be as specific as possible! -->