Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Added templates for issues and pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhebbeker committed Mar 4, 2018
1 parent d983811 commit 252bcb8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Expected behavior

### Actual behavior

### Steps to reproduce behavior

### Version affected
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Thanks for submitting code to this project! Please fill out the following as part of your pull request so we can review your code more easily.

## The basics

- [ ] I branched from develop
- [ ] My pull request is against `master`
- [ ] My code follows the [style guide](../.idea/codeStyleSettings.xml)
- [ ] My code does not introduce new warnings or errors

## The details
### Proposed Changes
_Describe what this Pull Request does._

### Reason for Changes
_Explain why these changes should be made. What GitHub issue does this resolve ?_

### Test Coverage
_Please show how you have added tests to cover your changes, or tell us how you tested it and on which platforms._

Tested on:
- Device:
- Android platform:

### Additional Information

_Anything else we should know?_

0 comments on commit 252bcb8

Please sign in to comment.