Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 590 Bytes

File metadata and controls

21 lines (14 loc) · 590 Bytes

Contributing to Deb8flow

Thanks for your interest in contributing!

How to Contribute

  1. Fork this repository
  2. Create a new branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature/my-feature)
  5. Open a Pull Request

Code Style

  • Follow PEP 8
  • Keep functions small and readable
  • Write clear commit messages

Issues

If you find a bug or want a new feature, feel free to open an issue.