Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 1.17 KB

How to contribute

Thank you for considering contributing to this repository. Your contributions, whether through code, documentation, or ideas, are highly valued. We appreciate the time and effort you are investing in strengthening this project!

Bug reports

Please open a GitHub issue, providing:

  • Your operating system name and version,
  • jaxparrow version,
  • Self-contained code snippet to reproduce the bug.

Feature request

Please open a GitHub issue to discuss it.

Bug fixing, feature implementation, documentation writing

Signal your contribution in the relevant GitHub issue, and do not hesitate to create one if needed!

Getting started

  1. Fork the repo on GitHub,
  2. Clone your fork locally,
  3. Create a branch for local development and make changes locally,
  4. Commit your changes and push your branch to GitHub,
  5. Submit a pull request through the GitHub website.

Thanks!

Coding conventions

Here are a few coding conventions:

  • Avoid obscure or too long variable names,
  • Lines of code must not exceed 120 characters,
  • Use 4-space indentation,
  • Refrain from capitalizing variable names.

Code of Conduct

Please refer to CONDUCT.md.