This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added templates for issues and pull requests.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### Expected behavior | ||
|
||
### Actual behavior | ||
|
||
### Steps to reproduce behavior | ||
|
||
### Version affected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?_ |