Skip to content

Commit f969439

Browse files
committed
Update feature request template
1 parent 9bb4153 commit f969439

2 files changed

Lines changed: 56 additions & 27 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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 Clock 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/Clock/issues) or [closed](https://github.com/FossifyOrg/Clock/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/Clock/discussions) or [closed](https://github.com/FossifyOrg/Clock/discussions?discussions_q=is%3Aclosed) - to which I could contribute my information."
20+
required: true
21+
- label: "I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed."
22+
required: true
23+
- label: "**I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.**"
24+
required: true
25+
- label: "This issue contains only one feature request."
26+
required: true
27+
- label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/Clock/CONTRIBUTING.md)."
28+
required: true
29+
- label: "I optionally [donated](https://fossify.org/donate) to support the Fossify mission."
30+
required: false
31+
32+
- type: textarea
33+
id: feature-description
34+
attributes:
35+
label: Feature description
36+
description: |
37+
Explain how you want the app's look or behavior to change to suit your needs.
38+
39+
⚠️ Please **DO NOT** add links to SimpleMobileTools issues as they can be deleted at any time. Instead, copy-paste any useful information manually.
40+
validations:
41+
required: true
42+
43+
- type: textarea
44+
id: why-is-the-feature-requested
45+
attributes:
46+
label: Why do you want this feature?
47+
description: |
48+
Describe any problem or limitation you come across while using the app which would be solved by this feature.
49+
validations:
50+
required: true
51+
52+
- type: textarea
53+
id: additional-information
54+
attributes:
55+
label: Additional information
56+
description: Any other information you'd like to include, for instance sketches, mockups, pictures of rabbits, etc.

0 commit comments

Comments
 (0)