]> source.dussan.org Git - jgit.git/commitdiff
Add pull request template discouraging usage of pull requests 75/1177775/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 11 Mar 2024 14:04:27 +0000 (15:04 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 11 Mar 2024 14:04:27 +0000 (15:04 +0100)
since we use Gerrit for code review.

Change-Id: I2eeea82452d678564e17e3db9bd6ca7ef4ae4cc2

.github/pull_request_template.md [new file with mode: 0644]

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644 (file)
index 0000000..19909ac
--- /dev/null
@@ -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