Merge pull request #5445 from mloiseleur/docs/pr-template

docs(github): update pr template
This commit is contained in:
Kubernetes Prow Robot 2025-05-22 00:46:36 -07:00 committed by GitHub
commit cd060fbf18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,18 @@
## What does it do ?
<!-- A brief description of the change being made with this pull request. -->
## Motivation
<!-- What inspired you to submit this pull request? -->
## More
- [ ] Yes, this PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
- [ ] Yes, I added unit tests
- [ ] Yes, I updated end user documentation accordingly
<!--
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!
-->
**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