1 2 3 4 5 6 7 8 9
|
1. Fork the `s-tui` repository. Work on your fork.
2. Create a new branch on which to make your change, e.g. `git checkout -b my_feature`.
3. Please work on one feature at a time, to make it easy to test and discuss pull requests.
4. Commit your change. Include a commit message describing you contribution.
5. Submit a pull request to the main repository.
This repository follows PEP8 coding conventions (or at least makes an effort to do so)
[GitHub Pull Request Tutorial](https://help.github.com/articles/creating-a-pull-request-from-a-fork)
|