Skip to content

Commit

Permalink
Merge pull request #1747 from KohlsTechnology/docs-round-2
Browse files Browse the repository at this point in the history
docs: enhance pull request template
  • Loading branch information
k8s-ci-robot authored Aug 26, 2020
2 parents bdf811a + 6ffb6dc commit 275f2e6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased

- Enhance pull request template @seanmalloy
- Improve errors context for AWS provider
- Scaleway Provider (#1643) @Sh4d1
- Fix typos in documentation @ddymko
Expand Down

0 comments on commit 275f2e6

Please sign in to comment.