]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update contributors-guide.md
authorTomek Mrugalski <tomek@isc.org>
Mon, 27 May 2019 09:45:42 +0000 (05:45 -0400)
committerTomek Mrugalski <tomek@isc.org>
Mon, 27 May 2019 14:15:48 +0000 (10:15 -0400)
contributors-guide.md

index e62ce8ed3630589072780f7bdca4635cd983529f..7501114e5017a147e791ab132032e62a8b410942 100644 (file)
@@ -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.