Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

35 lines (26 loc) · 1.44 KB

Contributors Guide

This document mostly contains guidelines as to how your contributions should be made, as well as information on best practices.

If you're looking for more specific coding conventions or style guidelines, see the Coding Guidelines.

Submitting issues

  • Check the existing issues before submitting a new one to avoid duplicates.
  • Provide a clear and descriptive title and detailed information about the issue.
  • Include steps to reproduce the issue, if applicable.

Submitting pull requests

  • Fork the repository and create a new branch for your feature or bug fix.
  • Ensure your code follows the coding guidelines outlined above.
  • Commit small, atomic changes with clear commit messages.
  • Include a clear and descriptive title and description of your changes.
  • Reference any related issues in your pull request description.
  • Ensure your code does not introduce new issues or break existing functionality.
  • Be responsive to feedback and make necessary changes requested during the review process.

Review process

  • All pull requests will be reviewed by project maintainers.
  • Feedback and requests for changes will be provided through the pull request comments.
  • Once approved, your pull request will be merged into the main branch.