-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: vankichi <[email protected]>
- Loading branch information
1 parent
ca48e44
commit 2ba631e
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,8 +90,10 @@ Follow these steps to make a contribution to any of our open source repositories | |
1. Ensure that you have completed our [CLA Agreement](https://cla-assistant.io/vdaas/vald) | ||
2. Set your name and email (these should match the information on your submitted CLA) | ||
|
||
git config --global user.name "Firstname Lastname" | ||
git config --global user.email "[email protected]" | ||
```bash | ||
git config --global user.name "Firstname Lastname" | ||
git config --global user.email "[email protected]" | ||
``` | ||
|
||
|
||
### How to contributing source code | ||
|
@@ -121,6 +123,6 @@ Name your branches with prefixes: `[type]/[area]/[description]` | |
|
||
* `type` = feature, bug, refactoring, benchmark, security, documentation, dependencies, ci, ... | ||
* `area` (\*) = gateway, meta, manager-backup, manager-replication, ... | ||
* `description` = branch description. description must be hyphenated. | ||
* `description` = branch description. description must be hyphenated. please use [a-zA-Z0-9] and hyphen as characters, do not use any other characters. | ||
|
||
(\*) If you changed multiple areas, please list up each area with "-". |