Skip to content

Commit 4afb9d2

Browse files
committed
Simplify PR template checklist for code quality and testing
1 parent ef19082 commit 4afb9d2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,7 @@ Detail the steps to test your changes. This helps reviewers verify your work.
5050
- [ ] **Issue Linked**: This PR is linked to an approved GitHub Issue (see "Related GitHub Issue" above).
5151
- [ ] **Scope**: My changes are focused on the linked issue (one major feature/fix per PR).
5252
- [ ] **Self-Review**: I have performed a thorough self-review of my code.
53-
- [ ] **Code Quality**:
54-
- [ ] My code adheres to the project's style guidelines.
55-
- [ ] There are no new linting errors or warnings (`npm run lint`).
56-
- [ ] All debug code (e.g., `console.log`) has been removed.
57-
- [ ] **Testing**:
58-
- [ ] New and/or updated tests have been added to cover my changes.
59-
- [ ] All tests pass locally (`npm test`).
60-
- [ ] The application builds successfully with my changes.
61-
- [ ] **Branch Hygiene**: My branch is up-to-date (rebased) with the `main` branch.
53+
- [ ] **Testing**: New and/or updated tests have been added to cover my changes (if applicable).
6254
- [ ] **Documentation Impact**: I have considered if my changes require documentation updates (see "Documentation Updates" section below).
6355
- [ ] **Changeset**: A changeset has been created using `npm run changeset` if this PR includes user-facing changes or dependency updates.
6456
- [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](/CONTRIBUTING.md).

0 commit comments

Comments
 (0)