-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from adzerk/add-pull-request-template
Add PR description markdown template
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!-- | ||
Please include a summary of the change; | ||
Please also include relevant motivation and context; | ||
Consider describing the type of change - If it's a new feature, a bug fix, a refactor, etc. | ||
--> | ||
|
||
### Does this change relate to existing features or pull requests? | ||
|
||
<!-- | ||
Include links to issues that should be fixed with this change or that are related to this change. | ||
If this change depends on existing pull requests, also include a link to them here. | ||
If this change needs a follow up, describe what still needs to be done, including links to already opened issues or pull requests. | ||
--> | ||
|
||
### Does this change require an update to the documentation? | ||
|
||
<!-- | ||
If relevant, please consider reflecting the changes you are introducing in our documentation. | ||
--> | ||
|
||
### How has this been tested? | ||
|
||
<!-- | ||
Please describe the tests you ran to verify your change; | ||
Additionally, provide reproducible instructions; | ||
Finally, also list any relevant details for your test configuration. | ||
--> |