File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ $ ./gradlew publishToMavenLocal
58586 . Make sure ` .java ` files are formatted: ` ./gradlew spotlessJavaCheck `
59597 . Make sure to [ sign you work] ( #sign-your-work )
60608 . 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
626210 . Delete your branch
6363
6464To 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
116116To 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 )
You can’t perform that action at this time.
0 commit comments