diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..c71affe1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,27 @@ +--- +name: Feature Request +about: For when you know better than me what you want +title: "[Request]" +labels: enhancement +assignees: mnadareski + +--- + +**Before You Submit** + +- Remember to try the [latest WIP build](https://github.com/SabreTools/SabreTools/releases/tag/rolling) to see if the feature already exists. +- Check [previous issues](https://github.com/SabreTools/SabreTools/issues) to see if any of those are related to what you're about to ask for. + +If none of those apply, then continue... + +**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. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/informational.md b/.github/ISSUE_TEMPLATE/informational.md new file mode 100644 index 00000000..77544f58 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/informational.md @@ -0,0 +1,21 @@ +--- +name: Info +about: Something you need to tell me +title: "[Info]" +labels: question +assignees: mnadareski + +--- + +**Before You Submit** + +- Remember to try the [latest WIP build](https://github.com/SabreTools/SabreTools/releases/tag/rolling) to see if the feature already exists. +- Check [previous issues](https://github.com/SabreTools/SabreTools/issues) to see if any of those are related to what you're about to ask for. + +If none of those apply, then continue... + +**Is your information related to one of the dumping programs supported or something that isn't a bug in the code? Please describe.** +A clear and concise description of what the information is. Ex. With the latest Project DAT, it [...] + +**Additional context** +Add any other context or screenshots about the information here. diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 00000000..0450c688 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,47 @@ +--- +name: Issue Report +about: Tell me what's wrong, seriously +title: "[Problem]" +labels: bug +assignees: mnadareski + +--- + +**Before You Submit** + +- Remember to try the [latest WIP build](https://github.com/SabreTools/SabreTools/releases/tag/rolling) to see if the issue has already been addressed. +- Check multiple DATs to help narrow down the issue +- Check the optional parameters to see if changing any of those affects your issue. + +If all of those fail, then continue... + +**Version** +What version are you using? + +- [ ] Stable release (version here) +- [ ] WIP release (version here) + +**Build** +What runtime version are you using? + +- [ ] .NET 8.0 running on (Operating System) + +**Describe the issue** +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. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.