Skip to content

Commit

Permalink
Enhance the Feature Template (#203)
Browse files Browse the repository at this point in the history
* Create documentation.yml

* Update documentation.yml

* Create feature.yml

* Delete .github/feature.yml

* Update and rename feature_request.md to feature.yml

* Delete .github/ISSUE_TEMPLATE/documentation.yml
  • Loading branch information
alo7lika authored Nov 10, 2024
1 parent e961e7c commit 2617508
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "✨ Feature Request"
description: "Suggest an idea for this project "
title: "Feat:"
labels: [Feat, Needs Triage]
body:
- type: textarea
attributes:
label: "Describe the feature"
description:
validations:
required: true
- type: textarea
attributes:
label: "Add ScreenShots"
description: "Add sufficient SS to explain your issue."
validations:
required: true
- type: checkboxes
attributes:
label: "Record"
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I'm a GSSOC'24 contributor"
- label: "I want to work on this issue"
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 2617508

Please sign in to comment.