Browse Source

fix: use distribusi-go templates

main
decentral1se 2 years ago
parent
commit
1850ffa8e0
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 20
      .gitea/issue_template/001-abra-bug.md
  2. 24
      .gitea/issue_template/001-bug.md
  3. 5
      .gitea/issue_template/002-feat.md
  4. 8
      .gitea/issue_template/003-docs.md
  5. 9
      .gitea/issue_template/004-install.md

20
.gitea/issue_template/001-abra-bug.md

@ -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
<!-- run "abra -v" on the command-line -->

24
.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?
<!-- please include logs if you can -->
<!-- running distrubusi-go with --debug could help -->
## What should have happened?
## Steps to reproduce?
<!-- please upload a zip of your archive if you can, it's easier to debug then! -->
## Any idea how this might be fixed?
## Anything else?
<!-- run "distribusi -v" on the command-line if you want to include the version -->

5
.gitea/issue_template/002-abra-feat.md → .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

8
.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

9
.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
<!-- please include logs if you can -->
## Additional information

Loading…
Cancel
Save