Skip to content
Snippets Groups Projects
Commit 9e6a4797 authored by AlexStocks's avatar AlexStocks
Browse files

Add: contribution notes

parent b78fe929
No related branches found
No related tags found
Contributing to Dubbogo
## 1. Branch
>- The name of branches `SHOULD` be in the format of `feature/xxx`.
>- You `SHOULD` checkout a new branch after a feature branch already being merged into upstream, `DO NOT` commit in the old branch.
## 2. Pull Request
### 2.1. Title Format
The pr head format is `<head> <subject>`. The title should be simpler to show your intent.
The title format of the pull request `MUST` follow the following rules:
>- Start with `Doc:` for adding/formatting/improving docs.
>- Start with `Mod:` for formatting codes or adding comment.
>- Start with `Fix:` for fixing bug, and its ending should be ` #issue-id` if being relevant to some issue.
>- Start with `Imp:` for improving performance.
>- Start with `Ftr:` for adding a new feature.
>- Start with `Add:` for adding struct function/member.
>- Start with `Rft:` for refactoring codes.
>- Start with `Tst:` for adding tests.
>- Start with `Dep:` for adding depending libs.
>- Start with `Rem:` for removing feature/struct/function/member/files.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment