Skip to content

Commit

Permalink
Update CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Sep 11, 2024
1 parent a38b4c5 commit 3df4ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Policy rules

3. Contributions will trigger a test suite that must successfully pass before being merged (or integrated).

* The test suite can be run using a different DACCS config with ``birdhouse_daccs_configs_branch: branch_name`` in the PR description.
* It is possible to skip the test suite if the latest commit contains either ``[skip ci]``, ``[ci skip]`` or ``[no ci]``.
To globally skip the test suite regardless of the commit message use ``birdhouse_skip_ci: true`` in the PR description.
* The test suite can be run using a different DACCS config with ``birdhouse_daccs_configs_branch: {branch_name}`` in the PR description.
* To globally skip the test suite regardless of the commit message use ``birdhouse_skip_ci: true`` in the PR description.
* It is possible to skip the test suite if the latest commit message contains ``[skip ci]``.

4. Contributions must be reviewed by every willing organizations
(Default reviewers are `@mishaschwartz`_ for `UofT` , `@tlvu`_ for `Ouranos`_ and `@fmigneault`_ for `CRIM`_).
Expand Down

0 comments on commit 3df4ae6

Please sign in to comment.