Skip to content

Commit

Permalink
init pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume M committed Jun 18, 2019
1 parent 338dd52 commit 73cfcfb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Title of the PR

Short description of the changes made by this PR

resolve #[issue_id]

### TODO Before submitting:

* Build `./gradlew bundleRelease`
* Run tests locally `./gradlew testDebugUnitTest`
* Run lint locally `./gradlew lintRelease`

#### Number of new tests (must be greater than 0):
- NONE

#### Deploy notes:
- NONE

0 comments on commit 73cfcfb

Please sign in to comment.