Skip to content

Commit

Permalink
docs: advice against commiting on main
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Jun 16, 2024
1 parent e16527e commit f09e603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please uncomment any relevant checklists, follow their steps and tick the checkb
- [ ] I wrote the PR title in [conventional commit format](https://docs.cataclysmbn.org/en/contribute/changelog_guidelines/).
- [ ] I ran the [code formatter](https://docs.cataclysmbn.org/en/contribute/contributing/#code-style).
- [ ] I linked any relevant issues using [github keyword syntax](https://docs.cataclysmbn.org/en/contribute/contributing/#pull-request-notes) so it can be closed automatically.
- [ ] I stated why this PR needs to be merged in [Purpose of change](#purpose-of-change), not what it does (it's for [Describe the solution](#describe-the-solution)).
- [ ] I have [committed my changes to new branch that isn't `main`](https://docs.cataclysmbn.org/en/contribute/contributing/#make-your-changes) so it won't cause conflict when updating `main` branch later.

### Optional

Expand Down

0 comments on commit f09e603

Please sign in to comment.