diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-10-23 15:20:27 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-10-23 19:45:09 +0100 |
commit | f342d66d6990b9559dde13e616a2921a7bfae176 (patch) | |
tree | c5fcd5b19c7eac1555c35589cd6645a976f6efcd | |
parent | 779c0390e3b57d1eebd41bbfe43d1f329c91de6c (diff) | |
download | gcc-f342d66d6990b9559dde13e616a2921a7bfae176.zip gcc-f342d66d6990b9559dde13e616a2921a7bfae176.tar.gz gcc-f342d66d6990b9559dde13e616a2921a7bfae176.tar.bz2 |
top-level: Add pull request template for Forgejo
ChangeLog:
* .forgejo/PULL_REQUEST_TEMPLATE.md: New file.
-rw-r--r-- | .forgejo/PULL_REQUEST_TEMPLATE.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.forgejo/PULL_REQUEST_TEMPLATE.md b/.forgejo/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..fc645f1 --- /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 |