From 1defd673476e2c4a143cb5db7f295bc4d8a23670 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 29 May 2020 17:59:44 -0700 Subject: [PATCH] Request only genuine pull-requests are submitted Update `PULL_REQUEST_TEMPLATE` with an attempt to persuade people not to use our repo as a GitHub playground. --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f97d9f541a..5fe185b254 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,9 @@ Thanks for contributing to Spring Boot. Please review the following notes before submitting you pull request. +Please submit only genuine pull-requests. Do not use this repository as a GitHub +playground. + Security Vulnerabilities STOP! If your contribution fixes a security vulnerability, please do not submit it.