Skip to content

Commit

Permalink
docs: Mention making bigger preview pull requests
Browse files Browse the repository at this point in the history
and how to merge them
  • Loading branch information
gteufelberger committed Jun 28, 2024
1 parent 3563188 commit 85f3933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This means, if your commit edits anything other than procedure contents, then yo

Changes should be small and atomic.
Basically make many small PRs rather than one big one.
PRs that make big changes can be made as drafts to better preview the planned adjustments but they should be merged as smaller individual changes.

⚠️ Note that the `main` branch is protected, all changes have to be made to new branches and then merged via a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) ⚠️

Expand Down

0 comments on commit 85f3933

Please sign in to comment.