diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2619a184c..53b502352 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,7 @@ Before you work on a PR and submit it, please pay attention to the following gui - Upon merging, we will squash all commits of the PR into a single commit for a clean history and release changelogs. 7. Please sign off each commit and your PR. It must contain your real name and a current email address (see example in item 4). - The sign-off should follow this pattern: `Signed-off-by: My Name ` - - The sign-off certifies that you agree with the [developer certificate of origin](https://github.com/mainsail-crew/mainsail/.github/DEVELOPER_CERTIFICATE_OF_ORIGIN.md). + - The sign-off certifies that you agree with the [developer certificate of origin](https://github.com/mainsail-crew/mainsail/blob/develop/.github/DEVELOPER_CERTIFICATE_OF_ORIGIN.md). - If you provide a translation, a sign-off is not necessarily required. 8. When opening a pull request, keep `Allow edits and access to secrets by maintainers` **enabled**.