status-react/.github/PULL_REQUEST_TEMPLATE.md

56 lines
1.3 KiB
Markdown
Raw Normal View History

2017-02-12 05:40:57 +00:00
[comment]: # (Please replace ... with your information. Remove < and >)
[comment]: # (To auto-close issue on merge, please insert the related issue number after # i.e fixes #566)
If you submit PR for issue with bounty then write here Fixes #NN where NN is issue number
*otherwise*
fixes #...
2017-02-12 05:40:57 +00:00
### Summary:
2017-02-12 05:40:57 +00:00
[comment]: # (Summarise the problem and how the pull request solves it)
...
### Review notes (optional):
<!-- (Specify if something in particular should be looked at, or ignored, during review) -->
### Testing notes (optional):
<!-- (Specify which platforms should be tested) -->
#### Platforms (optional)
- Android
- iOS
- macOS
- Linux
<!-- (Specify if some specific areas has to be tested, for example 1-1 chats) -->
#### Areas that maybe impacted (optional)
**Functional**
- 1-1 chats
- public chats
- group chats
- wallet / transactions
- dapps / app browsing
- account recovery
- new account
- user profile updates
- networks
- mailservers
- fleet
- bootnodes
**Non-functional**
- battery performance
- CPU performance / speed of the app
- network consumption
<!-- (Specify exact steps to test if there are such) -->
2017-02-12 05:40:57 +00:00
### Steps to test:
- Open Status
- ...
- Step 3, etc.
<!-- (PRs will only be accepted if squashed into single commit.) -->
status: ready <!-- Can be ready or wip -->