From 6a4691aa9e8fc9e8b6dfcccb687af4d664121915 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Thu, 15 Sep 2022 17:19:33 +0200 Subject: [PATCH 1/2] chore: update link to DCO Signed-off-by: Dominik Willner th33xitus@gmail.com --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2619a184c..5e89b529d 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/master/.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**. From ac730e29ce161a5716a847d96014bceba099147d Mon Sep 17 00:00:00 2001 From: th33xitus Date: Fri, 16 Sep 2022 09:36:16 +0200 Subject: [PATCH 2/2] chore: use develop instead of master Signed-off-by: Dominik Willner th33xitus@gmail.com --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e89b529d..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/blob/master/.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**.