This commit is contained in:
29
.gitea/issue_template/feature-request.yaml
Normal file
29
.gitea/issue_template/feature-request.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Request a feature
|
||||
about: When something new is needed
|
||||
body:
|
||||
- type: markdown
|
||||
value: "Thanks for requesting a feature! Please fill form below to proceed."
|
||||
- type: textarea
|
||||
id: app-and-os-details
|
||||
attributes:
|
||||
label: What OS, deployment type and application version do you use?
|
||||
placeholder: Featurer v0.1.2 on Rocky Linux 9, deployed via Docker
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-do-you-want
|
||||
attributes:
|
||||
label: Describe feature
|
||||
placeholder: I want a big button "Make everything great" that makes everything great.
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to these things
|
||||
options:
|
||||
- label: I have read the "Submitting issues" section in [CONTRIBUTING.md](/CONTRIBUTING.md)
|
||||
required: true
|
||||
visible: [form]
|
||||
Reference in New Issue
Block a user