Update issue templates
Former-commit-id: a012f71a3ddc586c10bb0a8f325f1002949277a4 Former-commit-id: 404404e04ce819def8c58cca2de8e874ddc6d459 [formerly 31ec73b130407084f2621b67ac86842df8e8e722] [formerly cc178d3bde9ff7ad953a756c16aa8caf36fd069f [formerly 8037840df023ea5e0e1a6676b5aae22cc50501fb [formerly 8037840df023ea5e0e1a6676b5aae22cc50501fb [formerly 8037840df023ea5e0e1a6676b5aae22cc50501fb [formerly dacc155bace6762fa6252761622c8c3e07431465]]]]] Former-commit-id: 9967e98cd2f13a42bac966e8fcbd73efe9e7b7fc [formerly 916bf38fe299d1ad9cb1c1edb21fc5e0b1c410bd] Former-commit-id: 4b3adbaeb1eecf33cd6576a026b44923e4930827 Former-commit-id: 84ea4a9638e076fc212b5337cf9697d8d1b75a83 Former-commit-id: 939e14af464018c4c6e539a6d23bb4d2fd7e9f75 Former-commit-id: 8d825bc8efc90817d9206c2e08d0c87773aecff2 [formerly 1b8aee05eb5ab55846dcff5821596d36841f4432] Former-commit-id: 0853cc592048c1b8a00f6beace60ff086ed42ed3
This commit is contained in:
parent
23051c7982
commit
7b618fd37c
2 changed files with 45 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**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.
|
Loading…
Reference in a new issue