We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f473b commit f2fff9aCopy full SHA for f2fff9a
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -11,7 +11,7 @@
11
- [ ] Add a `@deprecated since X.Y` in the JavaDoc
12
- [ ] Document the replacement in the JavaDoc (if any)
13
- [ ] When dropping an API:
14
- - [ ] Make sure it respects the [deprecation policy](../docs/deprecation-policy.md)
+ - [ ] Make sure it respects the [deprecation policy](https://github.com/SonarSource/sonar-plugin-api/blob/master/docs/deprecation-policy.md)
15
- [ ] Bump the major version (breaking change)
16
- [ ] Make sure checks are green: build passes, Quality Gate is green
17
- [ ] Merge after getting approval by at least one member of the guild
0 commit comments