Add gitea issue templates
This commit is contained in:
parent
65430e65b7
commit
33edc4a8b8
2 changed files with 47 additions and 0 deletions
31
.gitea/issue_template/bug.md
Normal file
31
.gitea/issue_template/bug.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
|
||||
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 (expected behaviour)?
|
||||
|
||||
# What is the result?
|
||||
|
||||
# Steps to reproduce the problem
|
||||
|
||||
1.
|
||||
1.
|
||||
1.
|
||||
|
||||
# Further information
|
||||
- Version and commit id:
|
||||
- Package or build command:
|
||||
- Run command:
|
||||
|
||||
# Configuration file:
|
||||
|
||||
# System information
|
||||
- Rust version:
|
||||
- Operating system:
|
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