Skip to content

Commit

Permalink
include that also for minor changes a PR should be submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Sep 22, 2022
1 parent 1552f27 commit a25a0e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/CONTRIBUTING.md
Expand Up @@ -24,8 +24,10 @@ You can expect reviewers to give an answer within about a week. Do not hesitate
within that time.

#### Small minor change
If you want to only make small minor changes, you can also do so directly on the `master` branch
(given you have the permission). If in doubt please do take the detour through the review route!
If you want to only make small minor changes, you should also create a branch and submit a pull request.
But if your changes are minimal and do not touch core functionality (and you have the GitHib access rights),
you can also merge your pull request directly.
If in doubt please do take the detour through the review route!

### 3. Keep the CI happy!
GitHub Actions runs all of our unit tests (also for non-master branches), to make sure you didn't break anything with your commit.
Expand Down

0 comments on commit a25a0e7

Please sign in to comment.