This complements the existing .github/PULL_REQUEST_TEMPLATE.md file,
which is used when somebody opens a pull request for an unofficial
mirror/fork of GCC on Github. The text in the existing file is very
specific to GitHub and doesn't make much sense to include on every PR
created on forge.sourceware.org.

I tested it by pushing this file to my own fork and opening a pull
request against that fork. This template in .forgejo was used instead of
the one in .github, see https://forge.sourceware.org/redi/gcc/pulls/1

OK for trunk?

-- >8 --

ChangeLog:

        * .forgejo/PULL_REQUEST_TEMPLATE.md: New file.
---
 .forgejo/PULL_REQUEST_TEMPLATE.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .forgejo/PULL_REQUEST_TEMPLATE.md

diff --git a/.forgejo/PULL_REQUEST_TEMPLATE.md 
b/.forgejo/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000000..fc645f11305
--- /dev/null
+++ b/.forgejo/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,9 @@
+Thanks for taking the time to contribute to GCC!
+
+Please be advised that https://forge.sourceware.org/ is currently a trial
+that is being used by the GCC community to experiment with a new workflow
+based on pull requests.
+
+Pull requests sent here may be forgotten or ignored. Patches that you want to
+propose for inclusion in GCC should use the existing email-based workflow,
+see https://gcc.gnu.org/contribute.html
-- 
2.46.2

Reply via email to