diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-01-21 00:01:23 -0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-01-22 14:00:44 +0530 |
commit | f293d21863c5b23dcb4b151c2fd879696830e0bc (patch) | |
tree | 6dfaa94ac2b89167a689f51b7b9d66070c7e60ed /docs/contributing.md | |
parent | d9c06d0a8d3efd00e490d9cd068247edb5aa4d18 (diff) |
docs: Typo fixes.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index 6f0de1b..a17c548 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,13 +1,13 @@ 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 +All contributions to OpenSBI should be sent as GitHub Pull Requests (PRs) to the main repository avaliable at: https://github.com/riscv/opensbi As well as that all work must follow the following rules: 1. We follow the [Linux coding style](https://www.kernel.org/doc/html/v4.10/process/coding-style.html). This means that ALL patches must include the Signed-off-by line. -2. Commit subject must have atleast one ":" prefix. Common ones are "lib:", "platform:", "firmware:", "docs:" and "top:". -3. Maintainer should prefer "Rebase and Merge" when using GitHub to merge pull requests. Avoid create extra merge commits. -4. 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. +2. Commit subject must have at least one ":" prefix. Common ones are "lib:", "platform:", "firmware:", "docs:" and "top:". +3. Maintainer should use "Rebase and Merge" when using GitHub to merge pull requests to avoid unnecessary merge commits. +4. Maintainer should avoid creating branches directly in main riscv/opensbi repository. Instead prefer fork of GitHub riscv/opensbi repository and create branches in your own fork for pull requests. 5. Maintainer cannot merge his own pull requests on GitHub. -6. A pull request must get atleast one review from relevant maintainer. -7. A pull request must spend atleast 24 hours in review so that everyone gets a chance to review. +6. A pull request must get at least one review from relevant maintainer. +7. A pull request must spend at least 24 hours in review so that everyone gets a chance to review. |