Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 1.04 KB

Contributing to GotState

Thank you for your interest in contributing!

Code of Conduct

By participating in this project, you are expected to uphold our Contributor Covenant. Please report unacceptable behavior to the maintainer.

How to Contribute

  1. Reporting Bugs: Before submitting a bug report, please check existing issues to avoid duplicates. When reporting, include a clear title, steps to reproduce, and your environment details.

  2. Suggesting Enhancements: Check if your suggestion already exists. If not, provide a clear description of the enhancement and its benefits.

  3. Pull Requests: Follow the pull request template and ensure your code adheres to our style guidelines.

Style Guidelines

  • Follow PEP 8 for Python code.
  • Use meaningful names and keep functions concise.
  • Add tests for new features.

License

By contributing, you agree your contributions will be licensed under the MIT license.