diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 0000000..0c3d7ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us fix problems and bugs + +--- + +**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. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Platform** +Whichever platform was used to test the bug. E.g QEMU, Virtualbox, real Lenovo laptop. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/Enhancement.md b/.github/ISSUE_TEMPLATE/Enhancement.md new file mode 100644 index 0000000..fb913a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement +about: Suggest an enhancement or improvement to an already existing feature + +--- + +**Description of enhancement** +Description of the enhancement. Include which feature is being enhanced, too. + +**Why?** +How does this enhancement benefit the project? What is its usecase? diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 0000000..32029a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**What feature would you like?** +What feature would you like to be implemented? Any other details go here too. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Why?** +What does this feature provide? What usecase does it fulfill?