From 1806451b356149afc4898e7c77f6ff47cae0c2b3 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Tue, 9 Jun 2009 20:37:52 -0400 Subject: [PATCH] Updated the contribution guidelines to point to Github Issues instead of Lighthouse --- CONTRIBUTION_GUIDELINES.rdoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTION_GUIDELINES.rdoc b/CONTRIBUTION_GUIDELINES.rdoc index ac1794f..fe67771 100644 --- a/CONTRIBUTION_GUIDELINES.rdoc +++ b/CONTRIBUTION_GUIDELINES.rdoc @@ -1,12 +1,10 @@ -We're using GitHub[http://github.com/thoughtbot/shoulda/tree/master] and Lighthouse[http://thoughtbot.lighthouseapp.com/projects/5807], and we've been getting any combination of github pull requests, Lighthouse tickets, patches, emails, etc. We need to normalize this workflow to make sure we don't miss any fixes. +We're using GitHub[http://github.com/thoughtbot/shoulda/tree/master], and we've been getting any combination of github pull requests, tickets, patches, emails, etc. We need to normalize this workflow to make sure we don't miss any fixes. * Make sure you're accessing the source from the {official repository}[http://github.com/thoughtbot/shoulda/tree/master]. -* We prefer git branches over patches, but we can take either. +* We prefer git branches over patches, but we can take either. * If you're using git, please make a branch for each separate contribution. We can cherry pick your commits, but pulling from a branch is easier. * If you're submitting patches, please cut each fix or feature into a separate patch. -* There should be a Lighthouse[http://thoughtbot.lighthouseapp.com/projects/5807] ticket for any submission. If you've found a bug and want to fix it, open a new ticket at the same time. -* We've got github/lighthouse integration going, so you can update tickets when you commit. {This blog post}[http://hoth.entp.com/2008/4/11/github-and-lighthouse-sitting-in-a-tree] explains the commit options pretty well. -* Please don't send pull requests Just update the lighthouse ticket with the url for your fix (or attach the patch) when it's ready. The github pull requests pretty much get dropped on the floor until someone with commit rights notices them in the mailbox. +* There should be an issue[http://github.com/thoughtbot/shoulda/issues] for any submission. If you've found a bug and want to fix it, open a new ticket at the same time. +* Please don't send pull requests Just update the issue with the url for your fix (or attach the patch) when it's ready. The github pull requests pretty much get dropped on the floor until someone with commit rights notices them in the mailbox. * Contributions without tests won't be accepted. The file /test/README explains the testing system pretty thoroughly. -