[Chore] Fix broken links in PR template

This commit is contained in:
Diogo Castro 2022-09-21 11:10:07 +01:00
parent 162b678372
commit 8d2f7c0ed4
No known key found for this signature in database
GPG Key ID: 24CC151ACE03BA28

View File

@ -34,17 +34,17 @@ checkmark indicating that you are sure it is dealt with (be that by irrelevance)
- Documentation
- [ ] I checked whether I should update the docs and did so if necessary:
- [README](/README.md)
- [README](https://github.com/serokell/xrefcheck/tree/master/README.md)
- Haddock
- Public contracts
- [ ] Any modifications of public contracts comply with the [Evolution
of Public Contracts](https://www.notion.so/serokell/Evolution-of-Public-Contracts-2a3bf7971abe4806a24f63c84e7076c5) policy.
- [ ] I added an entry to the [changelog](/CHANGES.md) if my changes are visible to the users
- [ ] I added an entry to the [changelog](https://github.com/serokell/xrefcheck/tree/master/CHANGES.md) if my changes are visible to the users
and
- [ ] provided a migration guide for breaking changes if possible
#### Stylistic guide (mandatory)
- [ ] My commits comply with [the policy used in Serokell](https://www.notion.so/serokell/Where-and-how-to-commit-your-work-58f8973a4b3142c8abbd2e6fd5b3a08e).
- [ ] My code complies with the [style guide](/docs/code-style.md).
- [ ] My code complies with the [style guide](https://github.com/serokell/style/blob/master/haskell.md).