Skip to content

Commit

Permalink
Add link to signing commits [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wslulciuc authored Aug 13, 2020
1 parent 31b18e9 commit 126c69b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ ./gradlew publishToMavenLocal
6. Make sure `.java` files are formatted: `./gradlew spotlessJavaCheck`
7. Make sure to [sign you work](#sign-your-work)
8. Push change to your fork and [submit a pull request](https://github.com/MarquezProject/marquez/compare)
9. Work with project maintainers to get your change reviewed and merged into the `main` branch
9. Work with project maintainers to get your change reviewed and merged into the `main` branch
10. Delete your branch

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

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

To bundle:

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

0 comments on commit 126c69b

Please sign in to comment.