forked from microsoft/fast
-
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.
fix: update typos, grammer, and formatting for .md files and comments (…
…microsoft#1229) * fix: updated typos, grammer and formatting for .md files and comments * update to fix broken link * Minor updates based on PR comments * fix CONTRIBUTING.md merge issues
- Loading branch information
Showing
15 changed files
with
185 additions
and
184 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
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
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
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
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,24 +1,30 @@ | ||
<!--- Provide a summary of your changes in the title field above. --> | ||
|
||
# Pull request | ||
|
||
## 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. | ||
|
||
- [ ] **Chore**: A change that does not impact distributed packages. | ||
- [ ] **Bug fix**: A non-breaking change which fixes an issue, link to the issue above. | ||
- [ ] **New feature**: A non-breaking change that adds functionality. | ||
- [ ] **Breaking change**: A fix or feature that will cause current functionality to change. | ||
|
||
## 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). | ||
- [ ] I have read the [CONTRIBUTING](https://github.com/Microsoft/fast-dna/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://microsoft.github.io/fast-dna/docs/en/contributing/standards) set for this project. |
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,53 +1,53 @@ | ||
pulls: | ||
# Number of days of inactivity before an Issue or Pull Request becomes stale | ||
# Number of days of inactivity before an issue or pull request becomes stale. | ||
daysUntilStale: 5 | ||
|
||
# Number of days of inactivity before a stale Issue or Pull Request is closed. | ||
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. | ||
# Number of days of inactivity before a stale issue or pull request is closed. | ||
# Set to false to disable. If disabled, issues still need to be closed manually but remain marked as stale. | ||
daysUntilClose: 7 | ||
|
||
# Comment to post when marking as stale. Set to `false` to disable | ||
# Comment to post when marking as stale. Set to `false` to disable. | ||
markComment: > | ||
This pull request has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Limit the number of actions per hour, from 1-30. Default is 30 | ||
# Limit the number of actions per hour, from 1-30. The default is 30. | ||
limitPerRun: 5 | ||
|
||
# Label to use when marking as stale | ||
# Label to use when marking a pull request as stale. | ||
staleLabel: "reason : stale" | ||
|
||
# Comment to post when removing the stale label. | ||
# unmarkComment: > | ||
# Your comment here. | ||
|
||
# Comment to post when closing a stale Issue or Pull Request. | ||
# Comment to post when closing a stale issue or pull request. | ||
# closeComment: > | ||
# Your comment here. | ||
|
||
issues: | ||
# Number of days of inactivity before an Issue or Pull Request becomes stale | ||
# Number of days of inactivity before an issue or pull request becomes stale. | ||
daysUntilStale: 90 | ||
|
||
# Number of days of inactivity before a stale Issue or Pull Request is closed. | ||
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. | ||
# Number of days of inactivity before a stale issue or pull request is closed. | ||
# Set to false to disable. If disabled, issues still need to be closed manually but remain marked as stale. | ||
daysUntilClose: 10 | ||
|
||
# Comment to post when marking as stale. Set to `false` to disable | ||
# Comment to post when marking as stale. Set to `false` to disable. | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable | ||
# Issues or pull requests with these labels will never be considered stale. Set to `[]` to disable. | ||
exemptLabels: | ||
- "issue : task" | ||
- "discuss : feature request" | ||
- "[Status] Maybe Later" | ||
|
||
# Label to use when marking as stale | ||
# Label to use when marking as stale. | ||
staleLabel: "reason : stale" | ||
|
||
# Limit the number of actions per hour, from 1-30. Default is 30 | ||
# Limit the number of actions per hour, from 1-30. The default is 30. | ||
limitPerRun: 25 |
Oops, something went wrong.