From c33294f00b79c6b5cddd25d97e1643f49fc044bd Mon Sep 17 00:00:00 2001 From: finga Date: Sun, 20 Jun 2021 17:24:42 +0200 Subject: [PATCH] Issue templates for gitea --- .gitea/issue_template/bug.md | 21 +++++++++++++++++++++ .gitea/issue_template/enhancement.md | 16 ++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .gitea/issue_template/bug.md create mode 100644 .gitea/issue_template/enhancement.md diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md new file mode 100644 index 0000000..7257e02 --- /dev/null +++ b/.gitea/issue_template/bug.md @@ -0,0 +1,21 @@ +--- + +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? + +# What is the result + +# Further information + +# System information +- Rust version: +- Operating system: +- Contents of all files in `/proc/sys/fs/mqueue`: 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