Skip to content

Commit

Permalink
fix: apply suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored and actions-user committed Jun 1, 2020
1 parent d19406b commit dfc741d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ We appreciate your help!
- [Proposal](#Proposal)
- [Feature Request](#Feature-Request)
- [Security Issue Report](#Security-Issue-Report)
- [Contributing Code](#Contributing-Code)
- [Before contributing code](#Before-contributing-code)
- [How to contributing code](#How-to-contributing-code)
- [Contributing Source Code](#Contributing-Source-Code)
- [Before contributing source code](#Before-contributing-source-code)
- [How to contributing source code](#How-to-contributing-source-code)
- [Branch naming convention](#Branch-naming-convention)

## Contributing Issue
Expand Down Expand Up @@ -80,9 +80,9 @@ We will consider to use another third-party module if the vulnerable module is n

Please submit the security issue report [here](https://github.com/vdaas/vald/issues/new?assignees=&labels=type%2Fsecurity%2C+priority%2Fmedium%2C+team%2Fcore%2C+team%2Fsre&template=security_issue_report.md&title=)

## Contributing Code
## Contributing Source Code

### Before contributing code
### Before contributing source code

Follow these steps to make a contribution to any of our open source repositories:

Expand All @@ -93,7 +93,7 @@ Follow these steps to make a contribution to any of our open source repositories
git config --global user.email "[email protected]"


### How to contributing code
### How to contributing source code

1. Fork the repository ( https://github.com/vdaas/vald/fork )
2. Create your feature branch (git checkout -b [`[type]/[area]/[description]`](#Branch-naming-convention))
Expand Down

0 comments on commit dfc741d

Please sign in to comment.