fix: use distribusi-go templates

This commit is contained in:
decentral1se 2022-02-01 16:44:17 +01:00
parent 5732dc014e
commit 1850ffa8e0
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
5 changed files with 32 additions and 34 deletions

View File

@ -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 -->

View 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 -->

View File

@ -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

View File

@ -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

View File

@ -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