Browse Source

refactor: less bureaucracy, just use labels

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

17
.gitea/issue_template/001-bug.md

@ -5,20 +5,3 @@ 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 -->

4
.gitea/issue_template/002-feat.md

@ -5,7 +5,3 @@ title: ""
labels:
- enhancement
---
## What should it do?
## Any suggestions how it should work?

2
.gitea/issue_template/003-docs.md

@ -5,5 +5,3 @@ title: ""
labels:
- documentation
---
<!-- we dont have much docs, so anything goes ;) -->

9
.gitea/issue_template/004-install.md

@ -4,12 +4,5 @@ about: "Couldn't install distribusi-go?"
title: ""
labels:
- bug
- install
---
## What went wrong?
<!-- please include logs if you can -->
## Additional information
- OS:

Loading…
Cancel
Save