mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01:00

The patch updates title in contributing.md to match other .md files under docs/ directory. Signed-off-by: Anup Patel <anup.pate@wdc.com>
1.1 KiB
1.1 KiB
OpenSBI Contributing Guidelines
All contributions to OpenSBI should be sent as GitHub Pull Requests (PRs) to the main repo avaliable at: https://github.com/riscv/opensbi
As well as that all work must follow the following rules:
- We follow the Linux coding style. This means that ALL patches must include the Signed-off-by line.
- Commit subject must have atleast one ":" prefix. Common ones are "lib:", "platform:", "firmware:", "docs:" and "top:".
- Maintainer should prefer "Rebase and Merge" when using GitHub to merge pull requests. Avoid create extra merge commits.
- Maintainer should avoid creating branches directly in main riscv/opensbi repo. Instead prefer fork of GitHub riscv/opensbi repo and create branches in your own fork for pull requests.
- Maintainer cannot merge his own pull requests on GitHub.
- A pull request must get atleast one review from relevant maintainer.
- A pull request must spend atleast 24 hours in review so that everyone gets a chance to review.