File: CONTRIBUTING.md

package info (click to toggle)
s-tui 1.1.6-1.2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,056 kB
  • sloc: python: 2,226; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (4)
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)