From b9867498730f203922a74947e4895483c2dfed3b Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Fri, 31 May 2019 08:29:08 +0100 Subject: [PATCH 1/2] Drop the checkbox in the PR template The intent was to bring prominence to the desires expressed in the contributing guidelines. But nowadays GitHub has ways in which it informs users (e.g. "the contributing guidelines have changed since you last contributed"). So I think we can drop this now. --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index aa1646f22..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1 +0,0 @@ -- [ ] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/develop/CONTRIBUTING.md) guidelines From 855880e62a295435c7fd0ed57894376398fdd3b4 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Fri, 31 May 2019 08:54:43 +0100 Subject: [PATCH 2/2] Also drop the checkbox in the issue template --- .github/ISSUE_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cdd64647f..30bd9fb9e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,3 @@ -- [ ] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/develop/CONTRIBUTING.md) guidelines - ## steps