1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
[[contribution-guidelines]]
= Contribution guidelines
[[filing-issues]]
== Filing issues
File issues using the standard link:https://github.com/crc-org/crc/issues[GitHub issue tracker] for the repository.
Before you submit a new issue, we recommend that you search the list of issues to see if anyone already submitted a similar issue.
[[contributing-patches]]
== Contributing patches
Thank you for your contributions! Please follow this process to submit a patch:
. Create an issue describing your proposed change to the repository.
.. The repository owners will triage and respond to your issue promptly.
. Fork the repository and create a topic branch.
. Submit a pull request with the proposed changes.
.. The required format for the Git commit message is "Issue #<issue_no> <message>".
[[questions]]
== Questions?
If you run into issues or have any questions about contributions, feel free to ping the CRC developers on IRC at the #codeready channel on Freenode.
|