From 126c69b5ac95dc64dd11a78262f0930feec1e890 Mon Sep 17 00:00:00 2001 From: Willy Lulciuc Date: Thu, 13 Aug 2020 13:58:57 -0700 Subject: [PATCH] Add link to signing commits [skip ci] --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4e6b10313..58a6284726 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: @@ -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: @@ -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)