diff --git a/.gitea/issue_template/001-abra-bug.md b/.gitea/issue_template/001-abra-bug.md deleted file mode 100644 index 0892cdc..0000000 --- a/.gitea/issue_template/001-abra-bug.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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/001-bug.md b/.gitea/issue_template/001-bug.md new file mode 100644 index 0000000..f56f903 --- /dev/null +++ b/.gitea/issue_template/001-bug.md @@ -0,0 +1,24 @@ +--- +name: "🐛 bug report" +about: "Something broke or not working as expected?" +title: "" +labels: + - bug +--- + +## What went wrong? + + + + +## What should have happened? + +## Steps to reproduce? + + + +## Any idea how this might be fixed? + +## Anything else? + + diff --git a/.gitea/issue_template/002-abra-feat.md b/.gitea/issue_template/002-feat.md similarity index 53% rename from .gitea/issue_template/002-abra-feat.md rename to .gitea/issue_template/002-feat.md index c00c3e7..9b78506 100644 --- a/.gitea/issue_template/002-abra-feat.md +++ b/.gitea/issue_template/002-feat.md @@ -1,10 +1,9 @@ --- -name: "✨ Abra feature request" -about: "Use this template for requesting new features for Abra" +name: "✨ feature request" +about: "Want distribusi-go to do something new?" title: "" labels: - enhancement - - abra --- ## Describe the problem to be solved diff --git a/.gitea/issue_template/003-docs.md b/.gitea/issue_template/003-docs.md index 9694569..f1aad4b 100644 --- a/.gitea/issue_template/003-docs.md +++ b/.gitea/issue_template/003-docs.md @@ -1,11 +1,7 @@ --- -name: "📝 Documentation issue" -about: "Use this template for documentation-related issues" +name: "📝 docs report" +about: "Something not documented or could be improved?" 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 index b19f265..a10fc6b 100644 --- a/.gitea/issue_template/004-install.md +++ b/.gitea/issue_template/004-install.md @@ -1,15 +1,14 @@ --- -name: "🚀 Installation issue" -about: "Use this template for build/installation issues" +name: "🚀 install issue" +about: "Couldn't install distribusi-go?" title: "" labels: - bug - - installer --- -## Describe the problem +## What went wrong? -## Provide the exact sequence of commands / steps that you executed before running into the problem + ## Additional information