chore: add github template

This commit is contained in:
Alex Varchuk 2021-07-30 16:42:27 +03:00
parent 836c422262
commit c1dd4f790c
3 changed files with 24 additions and 5 deletions

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

@ -0,0 +1,13 @@
**Minimal reproducible OpenAPI snippet(if possible)**
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,11 @@
**Describe the problem to be solved**
A clear and concise description of what problem to be 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 or screenshots about the feature request here.

View File

@ -11,8 +11,3 @@
- [ ] Code is linted
- [ ] Tested
- [ ] All new/updated code is covered with tests
## Security
- [ ] Security impact of change has been considered
- [ ] Code follows company security practices and guidelines