mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-06-27 16:10:11 +08:00
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
# Maintainer Guidelines
|
|
|
|
## Maintainers:
|
|
Following are the users with write-access to this repository (maintainers) :
|
|
* [bstriner](https://www.github.com/bstriner)
|
|
* [farizrahman4u](https://www.github.com/farizrahman4u)
|
|
* [fchollet](https://www.github.com/fchollet)
|
|
* [kemaswill](https://www.github.com/kemaswill)
|
|
* [lukedeo](https://www.github.com/lukedeo)
|
|
* [patyork](https://www.github.com/patyork)
|
|
* [tboquet](https://www.github.com/tboquet)
|
|
* [the-moliver](https://www.github.com/the-moliver)
|
|
|
|
## Addition of new features
|
|
* Addition of new features require submitting a pull request, even for those who have write access to this repository.
|
|
* Maintainers should not merge their own pull requests.
|
|
* Whenever possible, multiple Maintainers should review a pull requests before it is merged.
|
|
* All incoming new features should be accompanied by documentation and unit tests.
|
|
|
|
## Becoming a maintainer
|
|
* To become a maintainer, you should be a recognized contributor to either Keras-contrib or Keras core.
|
|
* If you think you are eligible to be a maintainer, you can contact one of the existing maintainers to join the team.
|
|
|
|
## Versioning
|
|
* Keras-contrib is tested only against the bleeding-edge version of Keras.
|
|
* In case the Travis build fails due to a change in Keras core, the maintainers are responsible of rectifying the issue.
|