From b6fd96902e0582f6076a5f250b565cdb889d3999 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 12 Mar 2015 00:16:46 -0700 Subject: [PATCH] Fix #187 by updating reference to Trello board --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index c38c9a42b3..04a84392b8 100644 --- a/README.md +++ b/README.md @@ -156,13 +156,9 @@ Contributing We welcome pull requests from Free Code Camp "campers" (our students) and seasoned JavaScript developers alike! 1) Check our [public Waffle Board](https://waffle.io/freecodecamp/freecodecamp) -2) If your issue or feature isn't on the board, either open an issue on this GitHub repo or message Quincy Larson to request to be added to the Trello board. +2) If your issue or feature isn't on the board, open an issue and if you think you can fix it yourself, start working on it. 3) Once your code is ready, submit the pull request. We'll do a quick code review and give you feedback, and iterate from there. -This project uses [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) with a -few minor exceptions. If you are submitting a pull request that involves -Jade templates, please make sure you are using *spaces*, not tabs. - License -------