diff options
author | Aurelien Poscia <aurelien.poscia@sonarsource.com> | 2023-03-23 11:31:01 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-03-23 20:02:57 +0000 |
commit | b56be3e87801aca786afe1b9df35c5ad4785282c (patch) | |
tree | 3b6d4a159d55e08b7b3116c9ef4ce7bd26f6571a | |
parent | 132554f7ff7c9ee486b2c872b4e4728be1efa4e6 (diff) | |
download | sonarqube-b56be3e87801aca786afe1b9df35c5ad4785282c.tar.gz sonarqube-b56be3e87801aca786afe1b9df35c5ad4785282c.zip |
NO-JIRA add README.txt file to explain the need of an empty PULL_REQUEST_TEMPLATE.md
-rw-r--r-- | .github/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/README.txt b/.github/README.txt new file mode 100644 index 00000000000..0a72c705800 --- /dev/null +++ b/.github/README.txt @@ -0,0 +1,3 @@ +The empty PULL_REQUEST_TEMPLATE.md file is here to override the one defined in /docs/PULL_REQUEST_TEMPLATE.md. + +This allows us to not show a template for PRs on the sonarsource/sonar-enterprise repository, while leaving a template for the public sonarsource/sonarqube repository. |