Skip to content

Commit

Permalink
chore: improve formatting of PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel authored Dec 24, 2018
1 parent 068fa46 commit 6baa8df
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,18 @@
### Pull Request Checklist

* [ ] Testing

- Unit test added
- __CLI change?:__ manually run [integration tests](https://github.com/awslabs/aws-cdk/blob/master/packages/aws-cdk/integ-tests/test.sh) and paste output as a PR comment
- __CLI init template change?:__ coordinated update of integration tests with team

- __cdk-init template change?:__ coordinated update of integration tests with team
* [ ] Docs

- __jsdocs__: All public APIs documented
- __README__: README and/or documentation topic updated

* [ ] Title and Description

- __Change type__: title prefixed with **fix**, **feat** will appear in changelog
- __Title__: use lower-case and doesn't end with a period
- __Breaking?__: last paragraph: "BREAKING CHANGE: <describe what changed + link for details>"
- __Issues__: Indicate issues fixed via: "**Fixes #xxx**" or "**Closes #xxx**"

* [ ] Sensitive Modules (requires 2 PR approvers)

- IAM Policy Document (in @aws-cdk/aws-iam)
- EC2 Security Groups and ACLs (in @aws-cdk/aws-ec2)
- Grant APIs (only if not based on official documentation with a reference)
Expand Down

0 comments on commit 6baa8df

Please sign in to comment.