File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments