Skip to content

Commit

Permalink
Update PR tempalte (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin authored Jun 21, 2023
1 parent 46a3985 commit 7c932a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ Fixes # (issue)

# Checklist:

- [ ] My code follows the coding style of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] I have run linter locally (`make lint`) and all checks pass.
- [ ] I have run tests locally (`make test`) and all tests pass.
- [ ] I have run relevant e2e test locally (`make e2e-xxx` for `agent`, `disruptors`, `kubernetes` or `cluster` related changes)
- [ ] Any dependent changes have been merged and published in downstream modules<br>


0 comments on commit 7c932a4

Please sign in to comment.