Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.31 KB

File metadata and controls

44 lines (30 loc) · 1.31 KB

Contributing to Pythonik

Thank you for your interest in contributing to Pythonik! We welcome contributions from the community and are grateful for any help you can provide.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork locally
  3. Create a new branch for your contribution
  4. Make your changes, including any necessary tests
  5. Push your changes to your fork
  6. Submit a pull request

Code Style

  • Please follow the existing code style in the project
  • Write clear, descriptive commit messages

Reporting Issues

  • Use the GitHub issue tracker to report bugs
  • Describe the issue in detail, including steps to reproduce
  • Include the version of the project you're using and your environment details

Pull Requests

  • Create a new branch for each feature or bug fix
  • Keep pull requests focused on a single change
  • Add tests for any new features or bug fixes
  • Update documentation as necessary
  • Ensure all tests pass before submitting your pull request

Questions?

If you have any questions or need further clarification, please open an issue or contact the maintainers.

Thank you for contributing to Pythonik!