Skip to content

Commit 5fc66ad

Browse files
authored
Merge pull request #293 from src-d/vmarkovtsev-patch-7
Backport from Hacktoberfest edits
2 parents cfbfce4 + af1dd3a commit 5fc66ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

engineering/documents/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ and other resources to make it easier to get your contribution accepted.
77

88
## Certificate of Origin
99

10-
By contributing to this project you agree to the [Developer Certificate of
10+
By contributing to this project, you agree to the [Developer Certificate of
1111
Origin (DCO)](DCO). This document was created by the Linux Kernel community and is a
1212
simple statement that you, as a contributor, have the legal right to make the
1313
contribution.
1414

15-
In order to show your agreement with the DCO you should include at the end of commit message,
15+
In order to show your agreement with the DCO you should include at the end of the commit message,
1616
the following line: `Signed-off-by: John Doe <[email protected]>`, using your real name.
1717

1818
This can be done easily using the [`-s`](https://github.com/git/git/blob/b2c150d3aa82f6583b9aadfecc5f8fa1c74aca09/Documentation/git-commit.txt#L154-L161) flag on the `git commit`.
@@ -34,7 +34,7 @@ issue you're facing, or it's a known issue that we're already aware of.
3434
## How to Contribute
3535

3636
Pull Requests (PRs) are the main and exclusive way to contribute code to source{d} projects.
37-
In order for a PR to be accepted it needs to pass a list of requirements:
37+
In order for a PR to be accepted it needs to pass this list of requirements:
3838

3939
- The contribution must be correctly explained with natural language and providing a minimum working example that reproduces it.
4040
- All PRs must be written idiomaticly:

0 commit comments

Comments
 (0)