Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Timothy Mothra 2020-01-13 14:07:52 -08:00 коммит произвёл GitHub
Родитель eda87b80d9
Коммит f606a1b5c9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 4 удалений

13
.github/PULL_REQUEST_TEMPLATE.md поставляемый
Просмотреть файл

@ -1,6 +1,9 @@
Fix Issue # .
<Short description of the fix.>
## Changes
(Please provide a brief description of the changes here.)
### Checklist
- [ ] I ran Unit Tests locally.
- [ ] CHANGELOG.md updated with one line description of the fix, and a link to the original issue if available.
@ -8,12 +11,14 @@ For significant contributions please make sure you have completed the following
- [ ] Design discussion issue #
- [ ] Changes in public surface reviewed
- [ ] CHANGELOG.md updated with one line description of the fix, and a link to the original issue.
The PR will trigger build, unit tests, and functional tests automatically. Please follow [these](https://github.com/Microsoft/ApplicationInsights-dotnet/blob/develop/.github/CONTRIBUTING.md) instructions to build and test locally.
Notes for reviewers:
### Notes for authors:
- FxCop and other analyzers will fail the build. To see these errors yourself, compile localy using the Release configuration.
### Notes for reviewers:
- We support [comment build triggers](https://docs.microsoft.com/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#comment-triggers)
- `/AzurePipelines run` will queue all builds
- `/AzurePipelines run <pipeline-name>` will queue a specific build
- `/AzurePipelines run <pipeline-name>` will queue a specific build