diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-06-18 14:54:07 -0700 |
---|---|---|
committer | Anup Patel <anup.patel@wdc.com> | 2019-06-19 09:56:24 +0530 |
commit | cd2dfdc870ed3a03c3afc28e25f770fada0a396e (patch) | |
tree | cd2d04ae15104ffb325153f97104df98608295c0 /docs/contributing.md | |
parent | 5dd93e88fe3c9775107402bd32b91f8ccc2abe82 (diff) |
docs: Update docs as per new static library.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Acked-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index 7b9898f..9c2b3ba 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -24,7 +24,8 @@ Every submitted patch must have this tag. followed by a description of the patch content. A blank line and the author Signed-off-by tag must follow this description. 4. A commit subject line must start with a prefix followed by a ":". Common -prefixes are for example "lib:", "platform:", "firmware:", "docs:" and "top:". +prefixes are for example "lib:", "platform:", "firmware:", "docs:", "utils:" +and "top:". 5. Maintainers should use "Rebase and Merge" when using GitHub to merge pull requests to avoid creating unnecessary merge commits. 6. Maintainers should avoid creating branches directly in the main |