Merge pull request #1680 from maxmeyer/patch-1

Add warning to contributing.md
v3-stable
Thomas Reynolds 2015-11-11 13:18:46 -08:00
commit e86110f506
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ Ideally, a bug report should include a pull request with failing specs.
[gist]: https://gist.github.com/
## Submitting a Pull Request
**WE DO NOT ACCEPT NEW FEATURES FOR THE V3 BRANCH ANYMORE**
1. [Fork the repository.][fork]
2. Create a topic [branch]. `git checkout -b local_topic_branch`
3. Add specs for your unimplemented feature or bug fix.