Skip to content

Commit

Permalink
fixes pre push hook link in pull req template πŸ˜„ (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam Mukhade authored Dec 9, 2021
1 parent d11c8f9 commit 69e49b6
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 @@ -7,7 +7,7 @@ your descriptive commit message(s)! -->

# Submitter Checklist

- [ ] β™½ Run `make test lint` before submitting a PR (ie: via [pre-push github hook](./hack/dev/prep-push-hook) no need to waste CPU cycle on CI
- [ ] β™½ Run `make test lint` before submitting a PR (ie: via [pre-push github hook](../hack/dev/prep-push-hook) no need to waste CPU cycle on CI
- [ ] πŸ“– If you are adding a user facing feature or make a change of the behaviour, please make sure to document it
- [ ] πŸ§ͺ 100% coverage is not a target but most of the time we would rather have a unit test if you make a code change.
- [ ] 🎁 If that's something that is possible to do please make sure to check if we can add a e2e test.
Expand Down

0 comments on commit 69e49b6

Please sign in to comment.