From 30052a351bfb38e7deb4f699b6f00d939a2d4075 Mon Sep 17 00:00:00 2001 From: fredvalin <72552352+fredvalin@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:12:33 +0100 Subject: [PATCH] Delete PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ------------ 1 file changed, 12 deletions(-) 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 70e857e..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,12 +0,0 @@ -Please be aware that we are not actively looking for feature contributions. The truth is that it's extremely difficult for someone outside SonarSource to comply with our roadmap and expectations. Therefore, we typically only accept minor cosmetic changes and typo fixes. If you would like to see a new feature, please create a new thread in the forum ["Suggest new features"](https://community.sonarsource.com/c/suggestions/features). - -With that in mind, if you would like to submit a code contribution, make sure that you adhere to the following guidelines and all tests are passing: - -- [ ] Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make -- [ ] Make sure any code you changed is covered by tests -- [ ] If there is a [JIRA](http://jira.sonarsource.com/browse/SONAR) ticket available, please make your commits and pull request start with the ticket ID (SONAR-XXXX) - -We will try to give you feedback on your contribution as quickly as possible. - -Thank You! -The SonarSource Team