diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md new file mode 100644 index 0000000..abf6a27 --- /dev/null +++ b/.gitea/issue_template/bug.md @@ -0,0 +1,31 @@ +--- + +name: "Bug Report" +about: "Something is not working as expected, file a bug report." +title: "" +labels: +- bug +- "help needed" + +--- + +# What do you want to achieve (expected behaviour)? + +# What is the result? + +# Steps to reproduce the problem + + 1. + 1. + 1. + +# Further information +- Version and commit id: +- Package or build command: +- Run command: + +# Configuration file: + +# System information +- Rust version: +- Operating system: diff --git a/.gitea/issue_template/enhancement.md b/.gitea/issue_template/enhancement.md new file mode 100644 index 0000000..551a59d --- /dev/null +++ b/.gitea/issue_template/enhancement.md @@ -0,0 +1,16 @@ +--- + +name: "Enhancement" +about: "Something could be improved or missing a feature?" +title: "" +labels: +- enhancement +- "help needed" + +--- + +# What do you want to achieve? + +# Example of the enhancement + +# Further information