decentral1se
3 years ago
5 changed files with 32 additions and 34 deletions
@ -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 --> |
@ -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" |
|||
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 |
Loading…
Reference in new issue