From 3da6e6b5ed77a1abe450a7d5d343b8ea2968058d Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 11 Apr 2023 14:35:59 +1000 Subject: [PATCH] Link to CI page --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87a1387577..19d4ad8d27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,6 +57,7 @@ TL;DR: * Maintain a clean commit history * Use a style consistent with the rest of the codebase * Before submitting, [rebase your work][rebase] on the current master branch +* After submitting, be sure to check the [CI test results](ci). Click on a ❌ result to view the logged results and investigate. From here, your pull request will progress through the [Review, Test, Merge & Deploy process][process]. @@ -71,3 +72,4 @@ From here, your pull request will progress through the [Review, Test, Merge & De [ofn-transifex]: https://www.transifex.com/open-food-foundation/open-food-network/ [i18n]: https://github.com/openfoodfoundation/openfoodnetwork/wiki/Internationalisation-%28i18n%29 [welcome-dev]: https://github.com/orgs/openfoodfoundation/projects/2 +[ci]: https://github.com/openfoodfoundation/openfoodnetwork/wiki/Continuous-Integration