diff options
author | Michal Duda <michal.duda@sonarsource.com> | 2021-05-11 12:23:29 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-05-11 20:08:32 +0000 |
commit | b68469a8cc074dccced713ad50da9a2c1ef8b8d2 (patch) | |
tree | 0438693d39e68f6d4d03470c15db0e7d14c2d1f0 /docs | |
parent | 4798c9728f3cf8cba89b1298f583101ceafadaa2 (diff) | |
download | sonarqube-b68469a8cc074dccced713ad50da9a2c1ef8b8d2.tar.gz sonarqube-b68469a8cc074dccced713ad50da9a2c1ef8b8d2.zip |
fix link to contribution guidelines
Diffstat (limited to 'docs')
-rw-r--r-- | docs/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index df387710d94..4be675b9b75 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -Please review our [contribution guidelines](https://github.com/SonarSource/sonarqube/blob/master/contributing.md). +Please review our [contribution guidelines](https://github.com/SonarSource/sonarqube/blob/master/docs/contributing.md). And please ensure your pull request adheres to the following guidelines: |