CONTRIBUTING.md

May 11, 2025 ยท View on GitHub

  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. Format your code with black before committing.
  5. Commit your change. Include a commit message describing you contribution.
  6. 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