From fb45cb602e519c54c58d1d3a42795d0dac843929 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Sun, 31 May 2020 21:07:52 +0100 Subject: [PATCH] Remove duplication from CONTRIBUTING --- CONTRIBUTING.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 779fce90ae..cac1468c67 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ # Contributing -We love pull requests from everyone. Any contribution is valuable, but there are two issue streams that we especially love people to work on: +We love pull requests from everyone. Any contribution is valuable! -1) Our delivery backlog, is managed via a ZenHub board (ZenHub extensions are available for most major browsers). We use a Kanban-style approach, whereby devs pick issues from the top of the backlog which has been organised according to current priorities. If you have some time and are interested in working on some issues from the backlog, please make yourself known on the [#dev][slack-dev] channel on Slack and we can direct you to the most appropriate issue to pick up. +If you have some time and are interested in working on some issues please make yourself known on the [#dev][slack-dev] channel on Slack. -2) Our list of bugs and other self-contained issues that we consider to be a good starting point for new contributors, or devs who aren’t able to commit to seeing a whole feature through. These issues are marked with the `# good first issue` label. +We have curated all issues we consider to be a good starting point 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! ## Set up @@ -19,10 +19,6 @@ 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.