diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 2dad92d..3b8f9ef 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -12,4 +12,4 @@ Contributors guide: https://github.com/Fdawgs/fastify-json-to-xml/blob/main/CONT - [ ] Run `npm test` - [ ] Documentation has been updated and adheres to the style described in [CONTRIBUTING.md](https://github.com/Fdawgs/fastify-json-to-xml/blob/main/CONTRIBUTING.md#documentation-style) -- [ ] Commit message adheres to the [Conventional commits](https://conventionalcommits.org/en/v1.0.0/) style, following the `@commitlint/config-conventional` config +- [ ] Commit message adheres to the [Conventional commits](https://conventionalcommits.org/en/v1.0.0/) style, following the [@commitlint/config-conventional config](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83c1a56..ffac5bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ When you submit pull requests, please make sure to fork from and submit back to Other processes and specifications that are in use in this repository are: - [Semantic versioning](https://semver.org/) -- [Conventional commits](https://conventionalcommits.org/en/v1.0.0/) following the @commitlint/config-conventional config +- [Conventional commits](https://conventionalcommits.org/en/v1.0.0/) following the [@commitlint/config-conventional config](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional) - [Prettier](https://prettier.io/) style guide ## Getting started