docs: enhance pull request template

* Added unit tests to the checklist
* Added end user docs to the checklist
* Added link to the contributing docs
* Added section for description and issue links
This commit is contained in:
Sean Malloy 2020-08-24 18:08:08 -05:00
parent bdf811a984
commit c97f7eeb3f

View File

@ -1,3 +1,17 @@
## Checklist
<!--
Please read https://github.com/kubernetes-sigs/external-dns#contributing before submitting
your pull request. Please fill in each section below to help us better prioritize your pull request. Thanks!
-->
- [ ] Update changelog in CHANGELOG.md, use section "Unreleased".
**Description**
<!-- Please provide a summary of the change here. -->
<!-- Please link to all GitHub issue that this pull request implements(i.e. Fixes #123) -->
Fixes #ISSUE
**Checklist**
- [ ] Unit tests updated
- [ ] End user documentation updated
- [ ] CHANGELOG.md updated, use section "Unreleased"