Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.06 KB

How to contribute

Thank you for your interest in our little project. I appreciate any support to help improve this project.

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes in the new branch.
  4. Submit a pull request (PR) to the main repository.

Pull Request Guidelines

When submitting a pull request please ensure that:

  1. You clearly describe the problem you're solving or the feature you're adding, linking to issue.
  2. You outline the changes you've made in detail.
  3. Please make sure your code is formatted using psf/black

Review Process

Once you've submitted a pull request:

  1. The project maintainers will review your changes.
  2. Maintainers may ask for additional changes or clarifications.
  3. Once approved, your contribution will be merged into the project.