This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from CBID2/fixing-the-feature.yml-file
fix: revise format in feature.yml file
- Loading branch information
Showing
1 changed file
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,32 @@ | ||
name: 💡 Feature Request | ||
about: Have a new idea/feature to suggest? | ||
labels: | ||
- "⭐ goal: addition" | ||
|
||
name: Feature Request 💡 | ||
description: Have any new idea or new feature? Raise your suggestions here! 😊 | ||
title: "[Feature] <write a small description here>" | ||
labels: ["enhancement", "goal: addition", "priority: high"] | ||
body: | ||
- type: textarea | ||
id: description | ||
label: Please provide a detailed description of your idea or feature request. | ||
description: Share all relevant details and specifications here. | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of any alternative solution or features you've considered. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
label: Screenshots (if applicable) | ||
description: If visual elements are relevant, you can attach screenshots or images. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
label: Additional Information | ||
description: Any extra context, considerations, or supporting information. | ||
attributes: | ||
label: Screenshots | ||
description: Please add screenshots if applicable | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: no-duplicate-issues | ||
attributes: | ||
label: "Checklist" | ||
options: | ||
- label: "I have checked the existing issues" | ||
required: true | ||
|
||
- label: "I have read the [Contributing Guidelines](https://github.com/rupali-codes/LinksHub/blob/main/CONTRIBUTING.md)" | ||
required: true | ||
|
||
- label: "I am willing to work on this issue (optional)" | ||
required: false |