mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:33:08 +02:00
parent
adf4e9b0b8
commit
9653a6acea
2 changed files with 22 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
name: "Feature Request"
|
|
||||||
about: "Suggest an idea for this project"
|
|
||||||
title: "feat: "
|
|
||||||
---
|
|
||||||
## Summary
|
|
||||||
<!-- Tell us what the suggestion is -->
|
|
||||||
|
|
||||||
## Purpose
|
|
||||||
<!-- Describe the specific problem or need you think this feature will solve, and who it will help. -->
|
|
22
.gitea/ISSUE_TEMPLATE/02_feature-request.yml
Normal file
22
.gitea/ISSUE_TEMPLATE/02_feature-request.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
name: ✨ Feature Request
|
||||||
|
description: Suggest an idea for this project
|
||||||
|
title: 'bug: '
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Summary
|
||||||
|
description: Tell us what the suggestion is
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Purpose
|
||||||
|
description: Describe the specific problem or need you think this feature will solve, and who it will help.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Do you want to implement this feature yourself?
|
||||||
|
options:
|
||||||
|
- label: Yes, I will implement this by myself and send a pull request
|
Loading…
Reference in a new issue