- Fork the
s-tui
repository. Work on your fork. - Create a new branch on which to make your change, e.g.
git checkout -b my_feature
. - Please work on one feature at a time, to make it easy to test and discuss pull requests.
- Commit your change. Include a commit message describing you contribution.
- Submit a pull request to the main repository.
This repository follows PEP8 coding conventions (or at least makes an effort to do so)