Skip to content

Commit

Permalink
Add line about required checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Jan 10, 2025
1 parent 8928a6e commit 01ed7cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/guidelines/code/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ You are responsible for maintaining and updating your pull request. This include
* Updating the code according to review feedback
* Keeping the PR up to date with the target branch if conflicts arise
* Making sure that all pipeline checks succeed on your PR
* We only have one required job called `check`. The job just makes sure that all integration tests are passing. It uses the action [`re-actors/alls-green`]( https://github.com/re-actors/alls-green)

::: tip
Once your PR is public, avoid rebasing or force-pushing to the branch. Adding new commits makes it easier for reviewers to track changes and see what was updated in response to feedback. The PR will be automatically squashed when merged.
Expand Down

0 comments on commit 01ed7cd

Please sign in to comment.