From 9b7bbc3c737021ffc22dcd67ab3bc3d94aeef06e Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Mon, 15 Feb 2021 02:13:13 -0500 Subject: [PATCH] Link to wiki page on first pull request (#3639) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b540d89f..8b80afe06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,7 @@ All developers including new distributions and plugin developers are invited to ### How to submit PR's (pull requests), patches, and bug fixes +- Read [Your first pull request](https://github.com/OpenRefine/OpenRefine/wiki/Your-first-pull-request) - Avoid merging master in your branch because it makes code review a lot harder. - If you want to keep your branch up to date with our master, it would be nicer if you could just rebase your branch instead. That would keep the history a lot cleaner. - Please avoid adding unrelated changes in the PR. Do a separate PR and rebase once they get merged can work really well.