From 038d1669724e3fd2d2c0c4bbe9577db89c2a0be5 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Thu, 2 Aug 2018 13:58:06 -0700 Subject: [PATCH] Link to `CONTRIBUTING.md` from the README (#585) Summary: The information currently in the README is helpful but incomplete. We now have a `CONTRIBUTING.md` guide, so we can simply link to that. Test Plan: None. wchargin-branch: contributing-md-readme --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e0bb347..47191d3 100644 --- a/README.md +++ b/README.md @@ -122,16 +122,8 @@ replacing the big string of zeros with your actual token. ### Contributing -If you would like to contribute to SourceCred: -* Join our [Discord] and let us know what issue you'd like to work on. We can -guide you through the architecture, and assign you to the relevant issue. -* Fork the repository. -* Follow the installation and setup instructions as above. +We’d love to accept your contributions! Please join our [Discord] to get +in touch with us, and check out our [contributing guide] to get started. -Once your changes are ready for test and review: - * run `yarn prettify`, which runs [prettier] to format your code - * run `yarn test` - * submit your pull request - -[prettier]: https://github.com/prettier/prettier [Discord]: https://discord.gg/tsBTgc9 +[contributing guide]: https://github.com/sourcecred/sourcecred/blob/master/CONTRIBUTING.md