add gitea ISSUE/FEATURE templates
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
gitea-sonarqube-bot ERROR
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-29 22:41:06 +01:00
parent dfc61140ec
commit 05ff6d483b
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 4 additions and 16 deletions

View file

@ -1,16 +0,0 @@
---
name: "New feature"
about: "Use this template if you want to request a feature"
title: "[FEATURE] "
labels:
- enhancement
---
## Feature
### Description
...
### Benefits
...

View file

@ -8,6 +8,7 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: description
attributes:
@ -15,6 +16,7 @@ body:
description: Describe the feature.
validations:
required: true
- type: textarea
id: benefits
attributes:
@ -22,6 +24,7 @@ body:
description: Describe the benefits of this feature.
validations:
required: true
- type: textarea
id: extra
attributes:

View file

@ -8,6 +8,7 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: environment
attributes: