mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore: add contributing guide link in PR template
This commit is contained in:
parent
9ec88d53cd
commit
f67dd52f47
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,9 +1,9 @@
|
||||||
### Prerequisites
|
### 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
|
- [ ] The commit message follows the [conventional commits][cc] guidelines
|
||||||
- [ ] Tests for the changes have been added (for bug fixes/features)
|
- [ ] 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
|
### 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
|
[cc]: https://www.conventionalcommits.org/en/v1.0.0/#summary
|
||||||
|
|
Loading…
Reference in a new issue