From 73a8fb808cc0d8b1558dc08ac4768b055657e419 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 24 Mar 2023 06:51:41 +0000 Subject: [PATCH] docs(contributing): add link to conventional config (#265) --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 6259b0e..ba98933 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/node-unrtf/blob/main/CONTRIBUTING. - [ ] Run `npm test` - [ ] Documentation has been updated and adheres to the style described in [CONTRIBUTING.md](https://github.com/Fdawgs/node-unrtf/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 39cb0c2..0b26ae7 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