[skip travis] Fix templates.

This commit is contained in:
ClementTsang 2020-02-23 00:56:39 -05:00
parent 9cc92bd4fd
commit 91e97b9f5e
2 changed files with 26 additions and 1 deletions

View File

@ -1,18 +1,33 @@
---
name: Bug report
about: Found a bug? Please report it if it hasn't already been filed...
title: ""
labels: ""
assignees: ""
---
## Describe the bug
A clear and concise description of what the bug is and what the expected behaviour was.
## To reproduce
Steps on how to reproduce the behaviour:
1. Go to ...
2. See error
## Screenshots
If applicable, add screenshots to help explain your problem.
## Platform
Provide information on:
- OS:
- Terminal
## Additional context
If anything hasn't been covered by the above categories, state it down here.

View File

@ -1,5 +1,15 @@
---
name: Feature request
about: Suggest an idea for this project
title: ""
labels: ""
assignees: ""
---
## Describe the feature request
Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue.
Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue.
## Additional context
Provide any additional context here.