Skip to content

Commit

Permalink
Keras 2 and keras-contrib pull request process (keras-team#5800)
Browse files Browse the repository at this point in the history
* Keras 2 and keras-contrib pull request process

Explains the new pull request procedures for Keras 1, Keras 2, and keras-contrib, should resolve keras-team#5270.
Based on discussion in keras-team#4944 and keras-team/keras-contrib#9.

* CONTRIBUTING.md keras-2 release update
  • Loading branch information
ahundt authored and fchollet committed Mar 15, 2017
1 parent 02ba149 commit c3472a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ You can also use Github issues to request features you would like to see in Kera

## Pull Requests

We love pull requests. Here's a quick guide:
We love pull requests!

**Where should I submit my pull request?**

1. **Keras improvements and bugfixes** go to the [Keras `master` branch](https://github.com/fchollet/keras/tree/master).
2. **New features** such as layers and datasets go to [keras-contrib](https://github.com/farizrahman4u/keras-contrib).

Here's a quick guide to submitting your improvements:

1. If your PR introduces a change in functionality, make sure you start by opening an issue to discuss whether the change should be made, and how to handle it. This will save you from having your PR closed down the road! Of course, if your PR is a simple bug fix, you don't need to do that.

Expand Down

0 comments on commit c3472a5

Please sign in to comment.