Skip to content

Commit

Permalink
chore(github): restructure the pull request template to incorporate t…
Browse files Browse the repository at this point in the history
…he review feedback
  • Loading branch information
ccojocar committed Nov 1, 2018
1 parent 30fc801 commit 7f8b131
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,21 @@
6. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
-->

**What this PR does / Why we need it**:
#### Submitter checklist

**Does your PR have tests**:
- [ ] Change is code complete and matches issue description.
- [ ] Change is covered by tests (new or existing).

**Special notes for your reviewer**:
#### Description

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

#### Special notes for the reviewer(s)


#### Which issue this PR fixes

fixes #

<!--
optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged
-->

0 comments on commit 7f8b131

Please sign in to comment.