From f63a07af871881b28ad4a67f5f4b8671b1647163 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Tue, 5 Feb 2019 15:21:26 -0800 Subject: [PATCH] Issue #70 - review: Add link to testing from CONTRIBUTING_code. --- android/CONTRIBUTING_code.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/CONTRIBUTING_code.md b/android/CONTRIBUTING_code.md index 4f41130..ebf20bc 100644 --- a/android/CONTRIBUTING_code.md +++ b/android/CONTRIBUTING_code.md @@ -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 @@ -88,6 +89,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