fix: use distribusi-go templates
This commit is contained in:
parent
5732dc014e
commit
1850ffa8e0
@ -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
Normal file
24
.gitea/issue_template/001-bug.md
Normal file
@ -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 -->
|
@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: "✨ Abra feature request"
|
name: "✨ feature request"
|
||||||
about: "Use this template for requesting new features for Abra"
|
about: "Want distribusi-go to do something new?"
|
||||||
title: ""
|
title: ""
|
||||||
labels:
|
labels:
|
||||||
- enhancement
|
- enhancement
|
||||||
- abra
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Describe the problem to be solved
|
## Describe the problem to be solved
|
@ -1,11 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: "📝 Documentation issue"
|
name: "📝 docs report"
|
||||||
about: "Use this template for documentation-related issues"
|
about: "Something not documented or could be improved?"
|
||||||
title: ""
|
title: ""
|
||||||
labels:
|
labels:
|
||||||
- documentation
|
- documentation
|
||||||
---
|
---
|
||||||
|
|
||||||
## Parts of the documentation concerned
|
|
||||||
|
|
||||||
## Describe the desired information/correction
|
|
||||||
|
@ -1,15 +1,14 @@
|
|||||||
---
|
---
|
||||||
name: "🚀 Installation issue"
|
name: "🚀 install issue"
|
||||||
about: "Use this template for build/installation issues"
|
about: "Couldn't install distribusi-go?"
|
||||||
title: ""
|
title: ""
|
||||||
labels:
|
labels:
|
||||||
- bug
|
- 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
|
## Additional information
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user