diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..a48fc984 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..a59e2903 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.