Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Issue #70 - review: Add link to testing from CONTRIBUTING_code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcomella committed Feb 5, 2019
1 parent 3a62620 commit 3a1879b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/CONTRIBUTING_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Contents:
- [Finding issues to work on](#finding-issues-to-work-on)
- [Creating a Pull Request](#creating-a-pull-request)
- [Merging](#merging)
- [Writing tests](#writing-tests)

## Beginner's guides
Unfamiliar with the technology we use? No problem! We were once new to this
Expand Down Expand Up @@ -87,6 +88,9 @@ by the core team. When merging, we use GitHub's "Rebase and merge":
- We prefer incremental commits to remain in the history
- It's easier to read, helps with bisection, and matches repo state during review.

## Writing tests
To learn more about how our tests are structured, see [testing.md](testing.md).

[Community Participation Guidelines]: https://www.mozilla.org/en-US/about/governance/policies/participation/
[fa good first]: https://github.com/mozilla-mobile/focus-android/labels/good%20first%20issue
[fa help]: https://github.com/mozilla-mobile/focus-android/labels/help%20wanted
Expand Down

0 comments on commit 3a1879b

Please sign in to comment.