#Contributing
We love pull requests from everyone. Feel free to contribute.
Fork, then clone the repository: $ git clone https://github.com/USERNAME/NET.git
Install on your machine: $ python setup.py install
Run all the tests in the test/ directory: $ python testxxx.py
Create a new branch.
Make your change.
Add tests for your change.
Make the tests pass.
Push to your fork.
Submit a pull request.
At this point you're waiting on us. We will get back to you as soon as we can. We may suggest some changes or improvements or alternatives in our comments.
Some things that will increase the chance that your pull request is accepted:
- Write tests.
- Follow our coding style.
- Write a good commit message.
Some things we are looking for help with at the moment:
- More algorithms.
- Documentation.
- Tests for all classes.
- Examples for standard architectures.
- Support for standard datasets.
- GPU support.