chore: add contributing guide link in PR template

This commit is contained in:
L. Yeung 2022-05-09 00:17:13 +08:00 committed by Jan De Dobbeleer
parent 9ec88d53cd
commit f67dd52f47

View file

@ -1,9 +1,9 @@
### Prerequisites
- [ ] I have read and understood the `CONTRIBUTING` guide
- [ ] I have read and understood the [contributing guide][CONTRIBUTING.md]
- [ ] The commit message follows the [conventional commits][cc] guidelines
- [ ] Tests for the changes have been added (for bug fixes/features)
- [ ] Docs have been added / updated (for bug fixes/features)
- [ ] Docs have been added/updated (for bug fixes/features)
### Description
@ -18,4 +18,5 @@ Oh My Posh advises GitKraken (https://www.gitkraken.com/invite/nQmDPR9D) as your
-->
[CONTRIBUTING.md]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/CONTRIBUTING.md
[cc]: https://www.conventionalcommits.org/en/v1.0.0/#summary