diff --git a/.gitea/ISSUE_TEMPLATE/bug.md b/.gitea/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..1e9c344 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,34 @@ +--- + +name: "Bug Report" +about: "Something isn't working right" +title: "Short summary of bug" +labels: +- bug +- "help wanted" + +--- + +## Bug summary + + + +## Intended Behaviour + + + +## Observed Behaviour + + + +## How to reproduce + + + +## System Details + +**OS/Version**: +**Program Version**: +**Compiled/Release**: + + diff --git a/.gitea/ISSUE_TEMPLATE/feature.md b/.gitea/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..93b3473 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,28 @@ +--- + +name: "Feature Request" +about: "An idea for a feature to add in" +title: "Short summary of the proposed feature" +labels: +- enhancement + +--- + +## Feature summary + + + +## Details of the feature + + + +## Value of feature + + + +## Extra Questions + +**Would this cause a breaking change?**: +**Would you be willing to implement this?**: + +