Skip to content

Commit

Permalink
Merge branch 'patch-1' into tw_develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanGarf committed Jun 19, 2020
2 parents 9b9bfe4 + 3b5ef73 commit 163b9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The two instances of GnuCash Android will live side-by-side on your device and n
* Make a new branch for every feature you're working on.
* Try to make clean commits that are easily readable (including descriptive commit messages!)
* Test before you push make sure all test pass on your machine.
* Unit tests can be run with `gradle test`
* Unit tests can be run with `gradle test` or (`gradlew test` on Windows)
* UI tests can be run with `gradle spoonDD`. This will run the tests on all connected devices/emulators.
* Make small pull requests that are easy to review but which also add value.

Expand Down

0 comments on commit 163b9d2

Please sign in to comment.