Skip to content

Commit

Permalink
Create enhancement-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikpramanikgit authored Oct 30, 2024
1 parent d546517 commit b44107e
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: Enhancement Request πŸ§‘β€πŸ’»
description: Submit your enhancement requests for review.
title: 'πŸ§‘β€πŸ’»: '
labels: ["Up-for-Grabs βœ‹", "enhancement πŸ§‘β€πŸ’»"]
assignees:
- ''

body:
- type: textarea
id: enhancement-title
attributes:
label: Title
placeholder: Enter the title of your enhancement request here.
validations:
required: true

- type: textarea
id: enhancement-aim
attributes:
label: Enhancement Aim
placeholder: Describe the aim of the enhancement.
validations:
required: true

- type: textarea
id: changes
attributes:
label: Changes
placeholder: Enlist those changes you want to make.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots πŸ“·
placeholder: Write N/A if not available.
validations:
required: false

- type: textarea
id: full-name
attributes:
label: Full Name
placeholder: Enter your full name here.
validations:
required: true

- type: textarea
id: participant-role
attributes:
label: Participant Role
placeholder: Enter your participant role here (e.g., GSSOC, Hacktoberfest).
validations:
required: true


- type: checkboxes
id: guidelines
attributes:
label: Guidelines
options:
- label: "I have read the guidelines"
required: true
- label: "I have the link to my latest merged PR"
required: false

0 comments on commit b44107e

Please sign in to comment.