From 279b6335138af4dfa7cf22d18df30ba470a546d3 Mon Sep 17 00:00:00 2001 From: Rachel Arnould <6525576+RachL@users.noreply.github.com> Date: Mon, 21 Oct 2019 12:19:01 +0200 Subject: [PATCH] Add welcome board to the contributing page --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1fe9b1bf0..779fce90ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,10 @@ If you want to run the whole test suite, we recommend using a free CI service to bundle exec rspec spec +## Which issue to pick first? + +We have curated all issues interesting for new members of the community within the [Welcome New Developers project board][welcome-dev]. Have a look and pick the one you would prefer working on! + ## Internationalisation (i18n) The locale `en` is maintained in the source code, but other locales are managed at [Transifex][ofn-transifex]. Read more about [internationalisation][i18n] in the developer wiki. @@ -62,3 +66,4 @@ From here, your pull request will progress through the [Review, Test, Merge & De [slack-dev]: https://openfoodnetwork.slack.com/messages/C2GQ45KNU [ofn-transifex]: https://www.transifex.com/open-food-foundation/open-food-network/ [i18n]: https://github.com/openfoodfoundation/openfoodnetwork/wiki/i18n +[welcome-dev]: https://github.com/openfoodfoundation/openfoodnetwork/projects/27