Skip to content

Commit

Permalink
Merge pull request #845 from Microsoft/feature/add-pr-template
Browse files Browse the repository at this point in the history
Add a PR template file
  • Loading branch information
guperrot committed Oct 17, 2018
2 parents 3221b2c + 653c019 commit 13e9a82
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!--
Thank you for submitting a pull request! Please add some info (if applicable) to give us some context on the PR.
We will review the PR as soon as possible, leave feedback, add a tag, etc. and let you know what's going on.
Cheers!
The App Center team -->

Please have a look at our [guidelines for contributions](https://github.com/Microsoft/AppCenter-SDK-Android/blob/develop/CONTRIBUTING.md) and consider the following before you submit the PR:

* [ ] Has `CHANGELOG.md` been updated?
* [ ] Are tests passing locally?
* [ ] Are the files formatted correctly?
* [ ] Did you add unit tests?
* [ ] Did you test your change with either the sample apps that are included in the repository or with a blank app that uses your change?

## Description

A few sentences describing the overall goals of the pull request.

## Related PRs or issues

List related PRs and other issues.

## Misc

Add what's missing, notes on what you tested, additional thoughts or questions.

0 comments on commit 13e9a82

Please sign in to comment.