Skip to content

Commit

Permalink
Update and rename feature_request.md to feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh authored Jan 24, 2025
1 parent d4c8cbb commit 90902e0
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Feature request
description: Suggest an idea for this project
labels: [ "feature request", "needs triage" ]
body:
- type: markdown
attributes:
value: |
## Hi there 👋
Thanks for helping us improve Fossify Messages by suggesting a feature!
Please fill in as much information as possible about your feature request to avoid unnecessary and time-consuming back-and-forth communication.
- type: checkboxes
id: checklist
attributes:
label: "Checklist"
options:
- 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."
required: true
- 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."
required: true
- label: "**I have taken the time to fill in all the required details. I understand that the request will be dismissed otherwise.**"
required: true
- label: "This issue contains only one feature request."
required: true
- label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/Messages/blob/master/CONTRIBUTING.md)."
required: true

- type: textarea
id: feature-description
attributes:
label: Feature description
description: |
Explain how you want the website's look or behavior to change to suit your needs.
validations:
required: true

- type: textarea
id: why-is-the-feature-requested
attributes:
label: Why do you want this feature?
description: |
Describe any problem or limitation you come across while using the website which would be solved by this feature.
validations:
required: true

- type: textarea
id: additional-information
attributes:
label: Additional information
description: Any other information you'd like to include, for instance sketches, mockups, pictures of rabbits, etc.

0 comments on commit 90902e0

Please sign in to comment.