Skip to content

Commit 4e05b08

Browse files
authored
Improve PR template (#375)
Remove checkboxes for the PR type specification to prevent unchecked boxes in finalized PRs.
1 parent e054d22 commit 4e05b08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Fixes # (issue number) <!-- If this PR fixes an issue, reference it here. Exampl
77

88
## Type of Change
99

10-
Please mark the type of change that applies:
10+
Please select the type of change that applies:
1111

12-
- [ ] Bug fix (non-breaking change that fixes an issue)
13-
- [ ] New feature (non-breaking change that adds functionality)
14-
- [ ] Documentation update (updates or changes to documentation)
12+
🔹 **Bug fix** – Fixes an issue without breaking anything
13+
🔹 **New feature** – Adds new functionality without breaking anything
14+
🔹 **Documentation update** – Updates documentation
1515

1616
## Checklist
1717

0 commit comments

Comments
 (0)