From be75bcb6daa9cdbf4903dbf85d8f26874e09bb6a Mon Sep 17 00:00:00 2001 From: Charles Allen Date: Mon, 23 Mar 2015 14:10:29 -0700 Subject: [PATCH] Minor fixes for CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3642b118ec..4d1df8f369 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,9 @@ When submitting a pull request (PR), please use the following guidelines: Go to your Druid fork main page + ``` https://github.com//druid + ``` If you recently pushed your changes GitHub will automatically pop up a `Compare & pull request` button for any branches you recently pushed to. If you @@ -91,7 +93,7 @@ When submitting a pull request (PR), please use the following guidelines: 1. Addressing code review comments - Repeat steps 4. through 6. to address any code review comments and + Repeat steps 5. through 7. to address any code review comments and rebase your changes if necessary. Push your updated changes to update the pull request -- GitLab