Removes mobile check. Adds QA bug reporting standard to Readme.
This commit is contained in:
parent
4f82c15f62
commit
a0a4d43877
4 changed files with 47 additions and 2 deletions
24
README.md
24
README.md
|
|
@ -167,6 +167,28 @@ $ npm run-script firefox
|
|||
browser-extensions/firefox/copay.xpi
|
||||
`
|
||||
|
||||
# QA - Bug Reporting
|
||||
|
||||
In the interest of improving bug reporting, each bug that you find and want to create a ticket about it, please refer to a form that contains:
|
||||
|
||||
· Brief description of the bug
|
||||
· Steps to reproduce it
|
||||
· Platform in which you are testing
|
||||
· Screenshots if possible
|
||||
· Expected behaviour
|
||||
|
||||
i.e:
|
||||
|
||||
The application fails at login.
|
||||
|
||||
1) Launch the app `npm run start`
|
||||
2) Click on "Join a Wallet"
|
||||
3) Type an unexistent username
|
||||
4) The app stops working, throws "Unhandled exception" error.
|
||||
|
||||
Expected: The app should login to the home screen after clicking login and show no errors.
|
||||
|
||||
Platform: Android 4.3, Android 4.4, iOS
|
||||
|
||||
## Web App
|
||||
|
||||
|
|
@ -183,6 +205,8 @@ $ sh webapp/build.sh
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
# About Copay
|
||||
|
||||
General
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue