Adding default Issue templates

This commit is contained in:
Jason Konicki 2020-04-13 15:01:52 -04:00
Родитель 87859dbca4
Коммит 59c0864917
2 изменённых файлов: 50 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
## Describe the bug
A clear and concise description of the bug.
## Steps to reproduce
Steps to reproduce the behavior:
1.
2.
## Expected behavior
A clear and concise description of what you expected to happen.
## Environment (please complete the following information, if applicable):
- Platform:
- OS Version: [e.g. Windows 2019, Linux Ubuntu 18.04, Mac OSX 10.15]
- Any other library versions to note
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional context or links
Add any other context about the problem here.

Просмотреть файл

@ -0,0 +1,20 @@
---
name: Feature or enhancement request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
## Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem you would like solved.
## Describe the solution you'd like
A clear and concise description of what you want to happen.
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
## Additional context
Add any other context, code snippets, or examples of the feature here.