Add contribution guidelines reference to the PR template (#1108)

Signed-off-by: Naga Ravi Chaitanya Elluri <nelluri@redhat.com>
This commit is contained in:
Naga Ravi Chaitanya Elluri
2026-01-19 14:30:04 -05:00
committed by GitHub
parent 05bc201528
commit 773107245c

View File

@@ -23,6 +23,7 @@ If checked, a documentation PR must be created and merged in the [website reposi
<-- Add the link to the corresponding documentation PR in the website repository -->
# Checklist before requesting a review
[ ] Ensure the changes and proposed solution have been discussed in the relevant issue and have received acknowledgment from the community or maintainers. See [contributing guidelines](https://krkn-chaos.dev/docs/contribution-guidelines/)
See [testing your changes](https://krkn-chaos.dev/docs/developers-guide/testing-changes/) and run on any Kubernetes or OpenShift cluster to validate your changes
- [ ] I have performed a self-review of my code by running krkn and specific scenario
- [ ] If it is a core feature, I have added thorough unit tests with above 80% coverage
@@ -43,4 +44,4 @@ OR
python -m coverage run -a -m unittest discover -s tests -v
...
<---insert test results output--->
```
```