Skip to content

Commit 576ae45

Browse files
Updated PR template with a professional formatting confirmation checkbox
1 parent b0c67bd commit 576ae45

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ body:
2828
description: Add any other context about the problem here
2929
validations:
3030
required: false
31+
- type: checkboxes
32+
id: formattingCheck
33+
attributes:
34+
label: Formatting Check
35+
description: Before submitting, ensure your code is properly formatted.
36+
options:
37+
- label: "I have carefully reviewed and ensured that my code is properly formatted before submission."
38+
required: true
3139
- type: dropdown
3240
attributes:
3341
label: Are you working on this?

0 commit comments

Comments
 (0)