File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,17 @@ Fixes #[issue number] by @[issue author]
1616<!-- Add screenshots to show the problem and the solution; or delete the section entirely. -->
1717
1818## Checklist
19- <!-- Replace the [ ] with [x] to check the boxes. -->
19+ <!-- Replace the [ ] with [x] to check the boxes. -->
2020- [ ] My pull request has a descriptive title (not a vague title like `Update
2121 index.md`).
22- - [ ] My pull request targets the ` master ` branch of the repository.
23- - [ ] My commit messages follow [ best practices] [ best_practices ] .
22+ - [ ] My pull request targets the ` develop ` branch of the repository. <!-- Change this branch if you're targeting a branch other than `develop` -->
23+ - [ ] My commit messages follow best practices.
2424- [ ] My code follows the established code style of the repository.
2525- [ ] I added tests for the changes I made (if applicable).
2626- [ ] I added or updated documentation (if applicable).
2727- [ ] I tried running the project locally and verified that there are no
2828 visible errors.
2929
30- [ best_practices ] :https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53
31-
3230## Developer Certificate of Origin
3331<!-- You must read and understand the following attestation. -->
3432
You can’t perform that action at this time.
0 commit comments