Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 548 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 548 Bytes
  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