Skip to content

Commit

Permalink
[Chore] Fix link to style guide
Browse files Browse the repository at this point in the history
Problem: the link to a style guide in pull request template is broken.

Solution: we seem to never have style guide in this repo, so link to the
style-guide in the serokell/metatemplates repository.
  • Loading branch information
Martoon-00 committed Apr 30, 2024
1 parent fbb2e5a commit b20d0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ you must be able to justify that.

- [ ] Style
- My commits comply with [the policy used in Serokell](https://serokell.notion.site/Commit-and-PR-policy-4cf98e1a910a415d86b5f2491d9af1af).
- My code complies with the [style guide](../tree/master/docs/code-style.md).
- My code complies with the [style guide](https://github.com/serokell/style/blob/master/haskell.md).
- Each commit of this pull request contains a description.
- For new features, this description contains the use case for the new functionality.
- For bug fixes, it describes both the attacked problem and a solution for it.
Expand Down

0 comments on commit b20d0d9

Please sign in to comment.