-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update the pull request template and documentation (#1230)
* chore: update the pull request template and documentation * chore: update the pull request template and documentation * Updates based on pr comments * move file to appropriate directory
- Loading branch information
Showing
2 changed files
with
37 additions
and
23 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,6 +1,24 @@ | ||
<body> | ||
<!--- Provide a summary of your changes in the title field above. --> | ||
|
||
<footer> | ||
|
||
## Description | ||
<!--- Describe your changes. --> | ||
|
||
## Motivation & context | ||
<!--- What problem does this change solve? --> | ||
<!--- Provide a link if you are addressing an open issue. --> | ||
|
||
## Issue type checklist | ||
<!--- What type of change are you submitting? Check the boxes that apply: --> | ||
- [ ] **Bug fix**: non-breaking change which fixes an issue, link to the issue above. | ||
- [ ] **New feature**: non-breaking change that adds functionality. | ||
- [ ] **Breaking change**: fix or feature that will cause current functionality to change. | ||
|
||
For [details on formatting](https://github.com/Microsoft/fast-dna/wiki/pull-request-guidance) pull requests. | ||
## Process & policy checklist | ||
<!--- Review the list and check the boxes that apply. --> | ||
- [ ] I have added tests for my changes. | ||
- [ ] I have tested my changes. | ||
- [ ] I have updated the project documentation to reflect my changes. | ||
- [ ] I have read the CONTRIBUTING documentation and followed the standards set for this project. | ||
|
||
|
||
Click here for details on [formatting pull requests](https://microsoft.github.io/fast-dna/docs/contributing/working#formatting-messages). |
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