Update the contribution guidelines. Pull requests please.

This commit is contained in:
Ben Orenstein 2011-06-29 10:32:23 -04:00
parent 8c4543166a
commit eb51bed2fc
1 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
We're using [GitHub](http://github.com/thoughtbot/factory_girl/tree/master), and we've been getting any combination of github pull requests, patches, emails, etc. We need to normalize this workflow to make sure we don't miss any fixes.
Contributing to factory_girl:
* Make sure you're accessing the source from the [official repository](http://github.com/thoughtbot/factory_girl/tree/master).
* 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 an [issue](http://github.com/thoughtbot/factory_girl/issues) for any submission. If you've found a bug and want to fix it, open a new ticket at the same time.
* Please <b>don't send pull requests</b> Just update the issue with the url for your fix 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.
1. Fork the [official repository](http://github.com/thoughtbot/factory_girl/tree/master).
2. Make your changes in a topic branch.
3. Send a pull request.
Notes:
* Contributions without tests won't be accepted.
* Please don't submit patches or branches that update the Gem version.
* Please don't update the Gem version.