diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-03-11 22:00:59 +0000 |
---|---|---|
committer | Gerrit Code Review <support@gerrithub.io> | 2024-03-11 22:00:59 +0000 |
commit | b5cb1b6233dac467fd167eecc9fe851232cd8e6d (patch) | |
tree | b9e844c50ba25ad47951ec32cce03eba7af36f9e | |
parent | dc4fa3906ed01ce01fc88c9320e4664f387130a1 (diff) | |
parent | 900c5e62b57750fce8e5488fa45c4b7565b932ff (diff) | |
download | jgit-b5cb1b6233dac467fd167eecc9fe851232cd8e6d.tar.gz jgit-b5cb1b6233dac467fd167eecc9fe851232cd8e6d.zip |
Merge "Add pull request template discouraging usage of pull requests"
-rw-r--r-- | .github/pull_request_template.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..19909ac016 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +Thank you for contributing to JGit! + +JGit uses [GerritHub](https://eclipse.gerrithub.io) for code changes and review, therefore **pull requests in this repository cannot be merged**. + +Please make sure you have read the section on [contributing patches](https://github.com/eclipse-egit/egit/wiki/Contributor-Guide#contributing-patches) of the [Contributor Guide](https://github.com/eclipse-egit/egit/wiki/Contributor-Guide).
\ No newline at end of file |