From 5732dc014ece951eca139857faf6f70e6d21ef6d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 1 Feb 2022 16:42:50 +0100 Subject: [PATCH] chore: add issue templates --- .gitea/issue_template/001-abra-bug.md | 20 ++++++++++++++++++++ .gitea/issue_template/002-abra-feat.md | 12 ++++++++++++ .gitea/issue_template/003-docs.md | 11 +++++++++++ .gitea/issue_template/004-install.md | 16 ++++++++++++++++ 4 files changed, 59 insertions(+) create mode 100644 .gitea/issue_template/001-abra-bug.md create mode 100644 .gitea/issue_template/002-abra-feat.md create mode 100644 .gitea/issue_template/003-docs.md create mode 100644 .gitea/issue_template/004-install.md diff --git a/.gitea/issue_template/001-abra-bug.md b/.gitea/issue_template/001-abra-bug.md new file mode 100644 index 0000000..0892cdc --- /dev/null +++ b/.gitea/issue_template/001-abra-bug.md @@ -0,0 +1,20 @@ +--- +name: "🐛 Abra bug report" +about: "Use this template For raising bugs against Abra" +title: "" +labels: + - bug + - abra +--- + +## Describe the current behavior + +## Steps to reproduce + +## Describe the expected behavior + +## Any idea how this might be fixed? + +## Additional information + + diff --git a/.gitea/issue_template/002-abra-feat.md b/.gitea/issue_template/002-abra-feat.md new file mode 100644 index 0000000..c00c3e7 --- /dev/null +++ b/.gitea/issue_template/002-abra-feat.md @@ -0,0 +1,12 @@ +--- +name: "✨ Abra feature request" +about: "Use this template for requesting new features for Abra" +title: "" +labels: + - enhancement + - abra +--- + +## Describe the problem to be solved + +## Describe the solution you would like diff --git a/.gitea/issue_template/003-docs.md b/.gitea/issue_template/003-docs.md new file mode 100644 index 0000000..9694569 --- /dev/null +++ b/.gitea/issue_template/003-docs.md @@ -0,0 +1,11 @@ +--- +name: "📝 Documentation issue" +about: "Use this template for documentation-related issues" +title: "" +labels: + - documentation +--- + +## Parts of the documentation concerned + +## Describe the desired information/correction diff --git a/.gitea/issue_template/004-install.md b/.gitea/issue_template/004-install.md new file mode 100644 index 0000000..b19f265 --- /dev/null +++ b/.gitea/issue_template/004-install.md @@ -0,0 +1,16 @@ +--- +name: "🚀 Installation issue" +about: "Use this template for build/installation issues" +title: "" +labels: + - bug + - installer +--- + +## Describe the problem + +## Provide the exact sequence of commands / steps that you executed before running into the problem + +## Additional information + +- OS: