File: CONTRIBUTING.md

package info (click to toggle)
s-tui 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,052 kB
  • sloc: python: 2,243; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
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](https://github.com/psf/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](https://help.github.com/articles/creating-a-pull-request-from-a-fork)