From 9638bb117bacf72ff6b25db40989694c1781e5d8 Mon Sep 17 00:00:00 2001 From: Josh Baird Date: Mon, 18 Feb 2019 18:11:44 -0500 Subject: [PATCH] Fix help-wanted link in README.md help-wanted -> "help wanted" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de2b9870c..fb5d7c7eb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Translations are managed at Transifex, please contribute there at https://www.tr ### Contribute Code -1. Lookout for interesting issues on Github. We have tagged issues were we explicitly like to see contributions: https://github.com/open-keychain/open-keychain/labels/help-wanted +1. Lookout for interesting issues on Github. We have tagged issues were we explicitly like to see contributions: https://github.com/open-keychain/open-keychain/labels/help%20wanted 2. Read this README, especially the notes about coding style 3. Fork OpenKeychain and contribute code (the best part :sunglasses: ) 4. Open a pull request on Github. We will help with occurring problems and merge your changes back into the main project.