Skip to content

Commit

Permalink
📝 fix
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi authored and actions-user committed Sep 10, 2020
1 parent 650753e commit c0d6248
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,12 @@ Your pull request is much more likely to be accepted if:

Name your branches with prefixes: `[type]/[area]/[description]`

| Field | Explanation | nameing rule |
| :--- | :--- | :--- |
| type | type represents the PR type | feature, bug, refactoring, benchmark, security, documentation, dependencies, ci, ... |
| area | this field represents area of context | gateway, meta, manager-backup, manager-replication, ... |
| description | summarized description of your branch | Branch description. The description must be hyphenated. Please use [a-zA-Z0-9] and hyphen as characters, do not use any other characters. |
| Field | Explanation | Naming Rule |
| :--- | :--- | :--- |
| type | The PR type | feature, bug, refactoring, benchmark, security, documentation, dependencies, ci, ... |
| area | Area of context | gateway, meta, manager-backup, manager-replication, ... |
| description | Summarized description of your branch | The description must be hyphenated. Please use [a-zA-Z0-9] and hyphen as characters, and do not use any other characters. |

(\*) If you changed multiple areas, please list up each area with "-".

For example, when you add new feature for internal/servers, the name of branch will be `feature/internal/add-newfeature-for-servers`.

0 comments on commit c0d6248

Please sign in to comment.