Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.42 KB

File metadata and controls

39 lines (23 loc) · 1.42 KB

How to contribute to YMM-RPC

Did you find a bug?

  • Do not open a GitHub issue if the bug is a security vulnerability. Please refer to SECURITY.md for instructions on reporting security issues.

  • Ensure the bug was not already reported by searching existing GitHub Issues.

  • If you cannot find an existing issue addressing the problem, open a new one. Be sure to include a clear description, relevant details, and steps to reproduce the issue.

Did you write a patch that fixes a bug?

  • Do not open a pull request directly.

  • Open a GitHub Issue first to describe the problem and the proposed fix.

  • After the issue has been discussed and agreed upon, open a pull request. Include a reference to the related issue and clearly explain the change.

Do you intend to add a new feature or change existing behavior?

  • Open a GitHub Issue to discuss the idea first.

  • Do not open a pull request before discussion and agreement. Pull requests are expected to be based on a prior issue.

Do you have questions or want to start a discussion?

  • Open a GitHub Issue.

  • GitHub Issues are used for all non-security communication related to this project.

  • Email is reserved only for security-related reports. Please do not use email for general questions, discussions, or support.

YMM-RPC is maintained as an open source project. Thank you for your interest and contributions.