Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.2 KB

Contributing to PSP

Thank you for your interest in contributing to PSP! There are many ways to contribute and we appreciate all of them.

The best way to get started is by reading the README and CODE_OF_CONDUCT files.

Also read the documentation of Python project, before write or add a piece of code.

Bug fixes, feature additions, tests, documentation and more can be contributed via issues and/or pull requests. All contributions are welcome.

Bug fixes, feature additions, etc.

Please send a pull request to the main branch. Tests or documentation without bug fixes or feature additions are welcome too. Feel free to ask questions via issues, discussions, or mail.

  • Fork the PSP repository.
  • Create a branch from main.
  • Develop bug fixes, features, tests, etc.
  • Create a pull request to pull the changes from your branch to the PSP main.

Guidelines

  • Separate code commits from reformatting commits.
  • Follow Rust Style Guide.
  • Include release notes as needed or appropriate with your bug fixes, feature additions.
  • Do not add to the changelog for proposed changes, as that is updated after changes are merged.