-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace contrib guide section about PR formatting with a change to th…
…e PR template
- Loading branch information
Showing
2 changed files
with
28 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,35 @@ | ||
## Description | ||
|
||
<!-- | ||
The description should describe _motivation_. Think about your code reviewers and what information they need in order to understand what you did. If it's a big commit (hopefully not), try to provide some good entry points so it will be easier to follow. | ||
If not obvious (i.e. from unit tests), describe how you verified that your change works. | ||
--> | ||
|
||
## Commit Message | ||
<!--Simply copy paste from the PR title and replace the necessary parts--> | ||
{*replace-with-pr-title*} (#{*replace-with-pr-number*}) | ||
|
||
<!--Use this to give a more detailed message that describes the change--> | ||
{replace-with-extended-commit-message} | ||
|
||
<!--For every issue your PR resolves, add `fixes #<issue>` or `closes #<issue>`--> | ||
|
||
<!--Shout out to collaborators.--> | ||
|
||
<!--If your PR includes breaking changes, uncomment and fill in the following (notice how multiple breaking changes should be formatted):--> | ||
<!-- | ||
BREAKING CHANGE: Description of what broke and how to achieve this behavior now<br> | ||
\* **module-name:** Another breaking change<br> | ||
\* **module-name:** Yet another breaking change | ||
--> | ||
|
||
## <!--DO NOT REMOVE (used as the commit message terminator)--> | ||
|
||
---- | ||
|
||
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | ||
|
||
<!-- | ||
<!-- | ||
Please read the contribution guidelines and follow the pull-request checklist: | ||
https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters