Skip to content

Commit 90902e0

Browse files
authored
Update and rename feature_request.md to feature_request.yml
1 parent d4c8cbb commit 90902e0

File tree

2 files changed

+50
-27
lines changed

2 files changed

+50
-27
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: [ "feature request", "needs triage" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
## Hi there 👋
9+
Thanks for helping us improve Fossify Messages by suggesting a feature!
10+
Please fill in as much information as possible about your feature request to avoid unnecessary and time-consuming back-and-forth communication.
11+
12+
- type: checkboxes
13+
id: checklist
14+
attributes:
15+
label: "Checklist"
16+
options:
17+
- label: "I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/fossifyorg.github.io/issues) or [closed](https://github.com/FossifyOrg/fossifyorg.github.io/issues?q=is%3Aissue+is%3Aclosed) - to which I could contribute my information."
18+
required: true
19+
- label: "I made sure that there are **no existing discussions** - [open](https://github.com/FossifyOrg/fossifyorg.github.io/discussions) or [closed](https://github.com/FossifyOrg/fossifyorg.github.io/discussions?discussions_q=is%3Aclosed) - to which I could contribute my information."
20+
required: true
21+
- label: "**I have taken the time to fill in all the required details. I understand that the request will be dismissed otherwise.**"
22+
required: true
23+
- label: "This issue contains only one feature request."
24+
required: true
25+
- label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/Messages/blob/master/CONTRIBUTING.md)."
26+
required: true
27+
28+
- type: textarea
29+
id: feature-description
30+
attributes:
31+
label: Feature description
32+
description: |
33+
Explain how you want the website's look or behavior to change to suit your needs.
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: why-is-the-feature-requested
39+
attributes:
40+
label: Why do you want this feature?
41+
description: |
42+
Describe any problem or limitation you come across while using the website which would be solved by this feature.
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
id: additional-information
48+
attributes:
49+
label: Additional information
50+
description: Any other information you'd like to include, for instance sketches, mockups, pictures of rabbits, etc.

0 commit comments

Comments
 (0)