Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CCI] Update CONTRIBUTING.md: add entry about good first issue, first PR #7027

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
correct a order of refs and add line break
Signed-off-by: Alexei Karikov <karikov.alist.ru@gmail.com>
  • Loading branch information
Nicksqain committed Apr 6, 2023
commit 560358d42d7f7fea0c56232cc91df6e2854b9d91
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- [Feature Requests](#feature-requests)
- [Documentation Changes](#documentation-changes)
- [Contributing Code](#contributing-code)
- [First pull request](#first-pull-request)
- [Developer Certificate of Origin](#developer-certificate-of-origin)
- [First pull request](#first-pull-request)
- [Changelog](#changelog)
- [Review Process](#review-process)

Expand Down Expand Up @@ -128,6 +128,7 @@ Each commit must include a DCO which looks like this
Signed-off-by: Jane Smith <jane.smith@email.com>
```
You may type this line on your own when writing your commit messages. However, if your user.name and user.email are set in your git configs, you can use `-s` or `--signoff` to add the `Signed-off-by` line to the end of the commit message.

Fill in your personal details as well as an email that is public on github:

```
Expand Down