* [ ] Create a new change-log file (initial version must be `0.1.0`)
* [ ] Update the documentation (`README.md` file)
*[ ] Check if your job follows our [guidelines](https://docs.r2devops.io/contribute/#guidelines-required) and [best practices](https://docs.r2devops.io/contribute/#best-practices-optional)
*[ ] Check if your job follows our [guidelines](https://docs.r2devops.io/public-catalog/contribute/#guidelines-required) and [best practices](https://docs.r2devops.io/public-catalog/contribute/#best-practices-optional)
* [ ] Ensure pipeline doesn't fail
* [ ] Update the dictionary if the job `spell_check` fails, and it's not a typo
### Field: Update the documentation
* [ ] Check the documentation result is rendered properly in pipeline `MkDocs` artifact
*[ ] Check if your job follows our [guidelines](https://docs.r2devops.io/contribute/#guidelines-required) and [best practices](https://docs.r2devops.io/contribute/#best-practices-optional)
*[ ] Check if your job follows our [guidelines](https://docs.r2devops.io/public-catalog/contribute/#guidelines-required) and [best practices](https://docs.r2devops.io/public-catalog/contribute/#best-practices-optional)
* [ ] Ensure pipeline doesn't fail
* [ ] Update the dictionary if the job `spell_check` fails, and it's not a typo
* [ ] Fix the broken links if any is prompted by the `links_checker` job
### Field: Update one of the hub tools
*[ ] Check if your job follows our [guidelines](https://docs.r2devops.io/contribute/#guidelines-required) and [best practices](https://docs.r2devops.io/contribute/#best-practices-optional)
*[ ] Check if your job follows our [guidelines](https://docs.r2devops.io/public-catalog/contribute/#guidelines-required) and [best practices](https://docs.r2devops.io/public-catalog/contribute/#best-practices-optional)
* [ ] Ensure the tool is working properly locally
* [ ] Ensure the tool is working properly in the pipeline
* [ ] If needed, update `Pipfile` (and `Pipfile.lock`) dedicated to the tool
@@ -35,7 +35,7 @@
### Field: Update hub's pipeline
*[ ] Check if it follows our [guidelines](https://docs.r2devops.io/contribute/#guidelines-required) and [best practices](https://docs.r2devops.io/contribute/#best-practices-optional)
*[ ] Check if it follows our [guidelines](https://docs.r2devops.io/public-catalog/contribute/#guidelines-required) and [best practices](https://docs.r2devops.io/public-catalog/contribute/#best-practices-optional)
* [ ] Check if the new pipeline is working properly in a fork
@@ -4,9 +4,9 @@ This job will run an [`ansible-playbook`](https://docs.ansible.com/ansible/lates
## How to use it
1. Copy/paste job URL in `include` list of your `.gitlab-ci.yml` (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. Copy/paste job URL in `include` list of your `.gitlab-ci.yml` (see the [quick use](https://docs.r2devops.io/get-started/use-templates/#use-a-template)). You can specify [a fixed version](https://docs.r2devops.io/get-started/use-templates/#versioning) instead of `latest`.
2. If you need to customize the job (stage, variables, ...) 👉 check the [jobs