Skip to content

Commit dc0f809

Browse files
committed
Cleanup readme and PR template
1 parent 28ba53a commit dc0f809

4 files changed

Lines changed: 3 additions & 23 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ With that in mind, if you would like to submit a code contribution, make sure th
55
- [ ] Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make
66
- [ ] Use the following formatting style: [SonarSource/sonar-developer-toolset](https://github.com/SonarSource/sonar-developer-toolset#code-style)
77
- [ ] 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)
8+
- [ ] If there is a [JIRA](http://jira.sonarsource.com/browse/SCANJLIB) ticket available, please make your commits and pull request start with the ticket ID (SCANJLIB-XXXX)
99

1010
We will try to give you feedback on your contribution as quickly as possible.
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Common library used by many Scanners (SQ Scanner, SQ Scanner for Maven, SQ Scann
44

55
Used to programmatically run SQ analysis to help developers write [Clean Code](https://www.sonarsource.com/solutions/clean-code/?utm_medium=referral&utm_source=github&utm_campaign=clean-code&utm_content=sonar-scanner-java-library).
66

7-
![Build Status](https://api.cirrus-ci.com/github/SonarSource/sonar-scanner-api.svg)
7+
[![Build Status](https://api.cirrus-ci.com/github/SonarSource/sonar-scanner-java-library.svg?branch=master)](https://cirrus-ci.com/github/SonarSource/sonar-scanner-java-library) [![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.scanner.lib%3Asonar-scanner-java-library-parent&metric=alert_status&token=5402ff8aea6466f2c1de75ce30617a365a8d3f8e)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.scanner.lib%3Asonar-scanner-java-library-parent)
88

99
## Have Questions or Feedback?
1010

@@ -20,7 +20,7 @@ Please be aware that we are not actively looking for feature contributions. The
2020

2121
With that in mind, if you would like to submit a code contribution, please create a pull request for this repository. Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make.
2222

23-
Make sure that you follow our [code style](https://github.com/SonarSource/sonar-developer-toolset#code-style) and all tests are passing (Travis build is executed for each pull request).
23+
Make sure that you follow our [code style](https://github.com/SonarSource/sonar-developer-toolset#code-style) and all tests are passing.
2424

2525
## License
2626

docs/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/contributing.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)