Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 1.58 KB

Contributing Guidelines

Thank you for your interest in contributing to this project, whether it's reporting a bug, asking a question, submitting a pull request (PR), or proposing a change.

Developer Certificate of Origin (DCO)

All contributions must include a DCO signoff. This certifies that you wrote the contribution or have the right to submit it under the same license. To sign off your commits, use the -s, or --signoff flag.

How to Submit a Bug/Issue

  1. Navigate to the Issues section.
  2. Click on New Issue.
  3. Provide a clear and descriptive title.
  4. Fill out the issue template with as much detail as possible.

How to Ask a Question

  1. Navigate to the Discussions section.
  2. Click on New Discussion.
  3. Choose the appropriate category and provide your question.

How to Submit a Pull Request (PR)

If you are new to contributing to open source projects, you can refer to this guide on how to submit your first PR. Here are some tips for creating a good PR:

  • Ensure your code follows the project's coding standards.
  • Write clear and concise commit messages.
  • Include a detailed description of the changes in the PR template.
  • Reference any related issues or discussions.

How to Propose a Change

  1. Navigate to the Issues section.
  2. Click on New Issue.
  3. Choose the Feature Request template.
  4. Provide a clear and descriptive title and details about the proposed change.

Thank you for contributing!