Skip to content

Commit

Permalink
merge github templates and move to root (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored Dec 6, 2019
1 parent 6eef48b commit 693081b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 78 deletions.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Fix Issue # .
<Short description of the fix.>

- [ ] I ran Unit Tests locally.
- [ ] CHANGELOG.md updated with one line description of the fix, and a link to the original issue if available.

For significant contributions please make sure you have completed the following items:

- [ ] 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:

- 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
14 changes: 0 additions & 14 deletions BASE/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

18 changes: 0 additions & 18 deletions NETCORE/.github/ISSUE_TEMPLATE.md

This file was deleted.

14 changes: 0 additions & 14 deletions NETCORE/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

18 changes: 0 additions & 18 deletions WEB/.github/ISSUE_TEMPLATE.md

This file was deleted.

14 changes: 0 additions & 14 deletions WEB/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

0 comments on commit 693081b

Please sign in to comment.