From: Tomek Mrugalski Date: Mon, 27 May 2019 09:45:42 +0000 (-0400) Subject: Update contributors-guide.md X-Git-Tag: Kea-1.6.0-beta~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f4613547759821df4ca16cb1f99e0580aa737c;p=thirdparty%2Fkea.git Update contributors-guide.md --- diff --git a/contributors-guide.md b/contributors-guide.md index e62ce8ed36..7501114e50 100644 --- a/contributors-guide.md +++ b/contributors-guide.md @@ -9,7 +9,7 @@ Here's a quick list of how to contribute a patch: 3. **ask someone from the ISC team to give you permission to fork Kea** (ask @tomek, @vicky, @ondrej or @godfryd or basically anyone from the Kea dev team) 4. **fork Kea code**: go to Kea project page, click [Fork button](https://gitlab.isc.org/isc-projects/kea/forks/new). If you can't, you didn't complete step 3. 5. **Implement your fix or feature, push code** to your repo. -6. **Open Merge Request**: go to Kea project [merge requests page](https://gitlab.isc.org/isc-projects/kea/merge_requests), click New merge request. If you don't see the button, you didn't complete step 3. +6. **Open Merge Request**: go to Kea project [merge requests page](https://gitlab.isc.org/isc-projects/kea/merge_requests), click [New merge request](https://gitlab.isc.org/isc-projects/kea/merge_requests/new). If you don't see the button, you didn't complete step 3. 7. **Participate in the code review**: Once you submit the MR, someone from ISC will eventually get to the ticket and will review your code. Please make sure you respond to comments. It's likely you'll be asked to update the code. For a much more detailed description with details, see the text below.