diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3f0d7bdb..1b60f431 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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`_).