Compare commits
8 Commits
b3dd236467
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| c29533e9e0 | |||
| 6dc74dc34f | |||
| b33921a162 | |||
| f1267cf7db | |||
| 5039fa1dc2 | |||
| 12ff9e50d2 | |||
| 07e52a6237 | |||
| 5e2bd92c05 |
41
.gitea/ISSUE_TEMPLATE/2-feature-request.yml
Normal file
41
.gitea/ISSUE_TEMPLATE/2-feature-request.yml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
name: 🆕 Feature Request
|
||||||
|
about: Suggest an idea or possible new feature that doesn't currently exist
|
||||||
|
title: "feature: "
|
||||||
|
labels:
|
||||||
|
- type/feature
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: describe-problem
|
||||||
|
attributes:
|
||||||
|
label: Is your feature request related to a problem?
|
||||||
|
description: A clear and concise description of what the problem is.
|
||||||
|
placeholder: I'm always frustrated when...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: describe-context
|
||||||
|
attributes:
|
||||||
|
label: Additional Context
|
||||||
|
description: Add any other context or additional information about the feature request here.
|
||||||
|
placeholder: Any other details that might help?
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: describe-solution
|
||||||
|
attributes:
|
||||||
|
label: Describe the solution you'd like
|
||||||
|
description: A clear and concise description of what you want to happen.
|
||||||
|
placeholder: Describe your proposed solution...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: describe-alternatives
|
||||||
|
attributes:
|
||||||
|
label: Describe alternatives you've considered
|
||||||
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
placeholder: What other approaches have you thought about?
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
@@ -9,22 +9,25 @@ body:
|
|||||||
description: Provide a clear description of your changes.
|
description: Provide a clear description of your changes.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
|
||||||
id: related-issue
|
|
||||||
attributes:
|
|
||||||
label: Related Issue
|
|
||||||
description: Link to related issue (if applicable)
|
|
||||||
placeholder: "e.g., #123"
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: input
|
- type: input
|
||||||
id: closes-issue
|
id: closes-issue
|
||||||
attributes:
|
attributes:
|
||||||
label: Closes Issue
|
label: Closes Issue
|
||||||
description: Link to issue this PR closes (if applicable). Using "Closes #123" will automatically close the issue when merged.
|
description: Link to issue this PR closes (if applicable). Using "Closes #123" will automatically close the issue when merged.
|
||||||
placeholder: "e.g., #456"
|
placeholder: "e.g., closes #456"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: related-issue
|
||||||
|
attributes:
|
||||||
|
label: Related Issue
|
||||||
|
description: Link to related issue (if applicable).
|
||||||
|
placeholder: "e.g., related #123"
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: testing-instructions
|
id: testing-instructions
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user