Skip to content

Commit 3266546

Browse files
committed
⚙️ Change default target to develop
and remove link to "best practices" gist that Creative Commons uses
1 parent 5359db1 commit 3266546

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)