Add warning to contributing.md

v3-stable
Dennis Günnewig 2015-11-11 21:51:35 +01:00
parent 77dad2a400
commit 02d25ee883
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.