Issue templates for gitea
This commit is contained in:
parent
ddd9ce9a84
commit
c33294f00b
2 changed files with 37 additions and 0 deletions
21
.gitea/issue_template/bug.md
Normal file
21
.gitea/issue_template/bug.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
|
||||
name: "Bug Report"
|
||||
about: "Something is not working as expected, file a bug report."
|
||||
title: "<short description>"
|
||||
labels:
|
||||
- bug
|
||||
- "help needed"
|
||||
|
||||
---
|
||||
|
||||
# What do you want to achieve?
|
||||
|
||||
# What is the result
|
||||
|
||||
# Further information
|
||||
|
||||
# System information
|
||||
- Rust version:
|
||||
- Operating system:
|
||||
- Contents of all files in `/proc/sys/fs/mqueue`:
|
16
.gitea/issue_template/enhancement.md
Normal file
16
.gitea/issue_template/enhancement.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
|
||||
name: "Enhancement"
|
||||
about: "Something could be improved or missing a feature?"
|
||||
title: "<short description>"
|
||||
labels:
|
||||
- enhancement
|
||||
- "help needed"
|
||||
|
||||
---
|
||||
|
||||
# What do you want to achieve?
|
||||
|
||||
# Example of the enhancement
|
||||
|
||||
# Further information
|
Loading…
Reference in a new issue