From 9ae7ed611f74ee701c243dbad3376a1329c7e0e2 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Fri, 20 Nov 2020 22:14:18 +0100 Subject: changed PR Template to indicate DCO and change handling of unnecessary checkboxes. Signed-off-by: Philip Molares --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fbc61e54..29e686b4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,12 +6,13 @@ This PR fixes/adds/improves/... ### Steps - + - [ ] added implementation - [ ] added / updated tests - [ ] added / updated documentation - [ ] extended changelog +- [ ] I read the `CONTRIBUTING.md` and signed-off my commits to accept the DCO. ### Related Issue(s) -- cgit v1.2.3 From 77bfdd5bf7da3f6a269ac19f1620caef02d735f4 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 21 Nov 2020 12:05:37 +0100 Subject: Update .github/pull_request_template.md Co-authored-by: David Mehren Signed-off-by: Philip Molares --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 29e686b4..8ceea296 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ This PR fixes/adds/improves/... ### Steps - + - [ ] added implementation - [ ] added / updated tests -- cgit v1.2.3 From 8dfe4d4a26fffa40842fb34801f0e4262fdf7278 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 21 Nov 2020 12:05:43 +0100 Subject: Update .github/pull_request_template.md Co-authored-by: David Mehren Signed-off-by: Philip Molares --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8ceea296..73c0d6c0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ This PR fixes/adds/improves/... -- [ ] added implementation +- [ ] Added implementation - [ ] added / updated tests - [ ] added / updated documentation - [ ] extended changelog -- cgit v1.2.3 From 54fa38034b92facb6cb14ee4c949481eb9fcefbb Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 21 Nov 2020 12:05:53 +0100 Subject: Update .github/pull_request_template.md Co-authored-by: David Mehren Signed-off-by: Philip Molares --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 73c0d6c0..5795fbcc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,7 +9,7 @@ This PR fixes/adds/improves/... - [ ] Added implementation -- [ ] added / updated tests +- [ ] Added / updated tests - [ ] added / updated documentation - [ ] extended changelog - [ ] I read the `CONTRIBUTING.md` and signed-off my commits to accept the DCO. -- cgit v1.2.3 From 90883b284d9a72cb7a37d7f0feecd6ec87eb113d Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 21 Nov 2020 12:05:59 +0100 Subject: Update .github/pull_request_template.md Co-authored-by: David Mehren Signed-off-by: Philip Molares --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5795fbcc..41697732 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,7 @@ This PR fixes/adds/improves/... - [ ] Added implementation - [ ] Added / updated tests -- [ ] added / updated documentation +- [ ] Added / updated documentation - [ ] extended changelog - [ ] I read the `CONTRIBUTING.md` and signed-off my commits to accept the DCO. -- cgit v1.2.3 From bd80099a1ad728fc7fc8facc14fb8a4f5521c12b Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 21 Nov 2020 12:07:43 +0100 Subject: removed `extended changelog` Signed-off-by: Philip Molares --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 41697732..b04146f2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,7 +11,6 @@ This PR fixes/adds/improves/... - [ ] Added implementation - [ ] Added / updated tests - [ ] Added / updated documentation -- [ ] extended changelog - [ ] I read the `CONTRIBUTING.md` and signed-off my commits to accept the DCO. ### Related Issue(s) -- cgit v1.2.3 From c7def38ba4fb4b5bcbee5a75f3f38d9f0f6e6a02 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 21 Nov 2020 16:48:18 +0100 Subject: linke to the contribution documentation explicitly Co-authored-by: David Mehren Signed-off-by: Philip Molares --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b04146f2..b5e478cf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,7 +11,7 @@ This PR fixes/adds/improves/... - [ ] Added implementation - [ ] Added / updated tests - [ ] Added / updated documentation -- [ ] I read the `CONTRIBUTING.md` and signed-off my commits to accept the DCO. +- [ ] I read the [contribution documentation](https://github.com/hedgedoc/hedgedoc/blob/master/CONTRIBUTING.md) and signed-off my commits to accept the DCO. ### Related Issue(s) -- cgit v1.2.3