Skip to content

Commit 5a6de19

Browse files
Make it more explicit that we do not look for external contributions
1 parent 0aefb9d commit 5a6de19

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
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).
2+
3+
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:
4+
5+
- [ ] Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make
6+
- [ ] Use the following formatting style: [SonarSource/sonar-developer-toolset](https://github.com/SonarSource/sonar-developer-toolset#code-style)
7+
- [ ] Provide a unit test for any code you changed
8+
- [ ] If there is a [JIRA](http://jira.sonarsource.com/browse/SCANNERAPI) ticket available, please make your commits and pull request start with the ticket ID (SCANNERAPI-XXXX)
9+
10+
We will try to give you feedback on your contribution as quickly as possible.
11+
12+
Thank You!
13+
The SonarSource Team

0 commit comments

Comments
 (0)