* moved contributing.md to new location as it describes contributing to documentation * Adding Governance.md and high-level Contributing.md * fix linting errors (asterisk, whitespace and unused links) * More linting fixes * merge conflicts * verbiage * License link moved out of codeblock, and text fix there. Changed to full name of AMD. Update links to ROCm Org path * whitespace linting fix * Reverted back to ROCm is lead and managed by AMD. Flows better to me. --------- Co-authored-by: Lisa Delaney <lisa.delaney@amd.com>
2.3 KiB
Governance model
ROCm is a software stack made up of a collection of drivers, development tools, and APIs that enable GPU programming from the low-level kernel to end-user applications.
Components of ROCm that are inherited from external projects (such as LLVM and Kernel driver) follow their own governance model and code of conduct. All other components of ROCm are governed by this document.
Governance
ROCm is led and managed by AMD.
We welcome contributions from the community. Our maintainers review all proposed changes to ROCm.
Roles
- Maintainers are responsible for their designated component and repositories.
- Contributors provide input and suggest changes to existing components.
Maintainers
Maintainers are appointed by AMD. They are able to approve changes and can commit to our repositories. They must use pull requests (PRs) for all changes.
You can find the list of maintainers in the CODEOWNERS file of each repository. Code owners differ between repositories.
Contributors
If you're not a maintainer, you're a contributor. We encourage the ROCm community to contribute in several ways:
- Help other community members by posting questions or solutions on our GitHub discussion forums
- Notify us of a bugs by filing an issue report on GitHub Issues
- Improve our documentation by submitting a PR to our repository
- Improve the code base (for smaller or contained changes) by submitting a PR to the component
- Suggest larger features by adding to the Ideas category in the GitHub discussion forum
For more information, refer to our contribution guidelines.
Code of conduct
To engage with any AMD ROCm component that is hosted on GitHub, you must abide by the GitHub community guidelines and the GitHub community code of conduct.