Skip to content

Commit

Permalink
Formatting of PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Dec 5, 2018
1 parent 2625a05 commit 4167d16
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@

### Pull Request Checklist

Please check all boxes (including N/A items)
Please check all boxes, including N/A items:

#### Testing

- [ ] Unit test and/or integration test added
- [ ] __Toolkit change?:__ [integration
tests](https://github.com/awslabs/aws-cdk/blob/master/packages/aws-cdk/integ-tests/test.sh)
manually executed (paste output to the PR description)
- [ ] __Init template change?:__ coordinated update of integration tests
(currently maintained in a private repo).
- [ ] __Toolkit change?:__ [integration tests](https://github.com/awslabs/aws-cdk/blob/master/packages/aws-cdk/integ-tests/test.sh) manually executed (paste output to the PR description)
- [ ] __Init template change?:__ coordinated update of integration tests (currently maintained in a private repo).

#### Documentation

Expand All @@ -27,9 +24,7 @@ manually executed (paste output to the PR description)
* `chore(module): <title> ` won't appear in changelog
* `build(module): <title>` won't appear in changelog
- [ ] __Title format__: Title uses lower case and doesn't end with a period
- [ ] __Breaking change?__: Last paragraph of description is: `BREAKING
CHANGE: <describe exactly what changed and how to achieve similar behavior +
link to documentation/gist/issue if more details are required>`
- [ ] __Breaking change?__: Last paragraph of description is: `BREAKING CHANGE: <describe exactly what changed and how to achieve similar behavior + link to documentation/gist/issue if more details are required>`
- [ ] __References__: Indicate issues fixed via: `Fixes #xxx` or `Closes #xxx`

----
Expand Down

0 comments on commit 4167d16

Please sign in to comment.