Skip to content

Commit 126c69b

Browse files
authored
Add link to signing commits [skip ci]
1 parent 31b18e9 commit 126c69b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ ./gradlew publishToMavenLocal
5858
6. Make sure `.java` files are formatted: `./gradlew spotlessJavaCheck`
5959
7. Make sure to [sign you work](#sign-your-work)
6060
8. Push change to your fork and [submit a pull request](https://github.com/MarquezProject/marquez/compare)
61-
9. Work with project maintainers to get your change reviewed and merged into the `main` branch
61+
9. Work with project maintainers to get your change reviewed and merged into the `main` branch
6262
10. Delete your branch
6363

6464
To ensure your pull request is accepted, follow these guidelines:
@@ -111,7 +111,7 @@ Git has a [`-s`](https://git-scm.com/docs/git-commit#Documentation/git-commit.tx
111111
$ git commit -s -m "This is my commit message"
112112
```
113113

114-
# API [Docs](https://github.com/MarquezProject/marquez/tree/main/docs)
114+
# API [Docs](https://github.com/MarquezProject/marquez/tree/main/docs)
115115

116116
To bundle:
117117

@@ -135,3 +135,4 @@ Then browse to: http://localhost:8080
135135
* [Using the Fork-and-Branch Git Workflow](https://blog.scottlowe.org/2015/01/27/using-fork-branch-git-workflow)
136136
* [Keep a Changelog](https://keepachangelog.com)
137137
* [Code Review Developer Guide](https://google.github.io/eng-practices/review)
138+
* [Signing Commits](https://docs.github.com/en/github/authenticating-to-github/signing-commits)

0 commit comments

Comments
 (0)