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.
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.
- Navigate to the Issues section.
- Click on
New Issue
. - Provide a clear and descriptive title.
- Fill out the issue template with as much detail as possible.
- Navigate to the Discussions section.
- Click on
New Discussion
. - Choose the appropriate category and provide your question.
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.
- Navigate to the Issues section.
- Click on
New Issue
. - Choose the
Feature Request
template. - Provide a clear and descriptive title and details about the proposed change.
Thank you for contributing!