Add issue templates.

This commit is contained in:
Dan Albert 2020-12-18 13:38:07 -08:00 committed by GitHub
parent bb42d86012
commit 6afaef1654
2 changed files with 56 additions and 0 deletions

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

@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
- [ ] I have searched the issue tracker to check if this issue has already been reported.
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional information**
We will usually need more information for debugging. Include as much of the following as you are able:
- [ ] DCS Liberation save file (the `.liberation` file you save from the DCS Liberation window). By default these are located in [your DCS saved games directory](file://%USERPROFILE%/Saved Games/DCS).
- [ ] The generated mission file (the `.miz` file that you load in DCS to play the turn). By default these are located in [your missions directory](file://%USERPROFILE%/Saved Games/DCS/Missions).
- [ ] A tacview track file, especially when demonstrating an issue with AI behavior. By default these are locaed in your [Tacview tracks directory](file://%USERPROFILE%/Documents/Tacview).
**Version information (please complete the following information):**
- DCS Liberation [e.g. 2.3.1]:
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
- [ ] I have searched the issue tracker to check if this feature has already been requested.
**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.
**Additional context**
Add any other context or screenshots about the feature request here.