From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2010) id 3EAF23858D37; Mon, 16 Oct 2023 23:24:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3EAF23858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697498689; bh=jLSGOVs+5A9bAlG6OjPKyVzhNvjry9OiD75SQmVaLzQ=; h=From:To:Subject:Date:From; b=O7v5HvRHJ8TCMC31paQDYBhoLNIZZP1X5XxrAva5vMmwV2iS8S5W/U1zFcY3W1xgm 859n2PNV7q7hYJ2i1CnogUT9XtCv2MNPPNxyDY4ybaUkjppibOcjHRblKiGZ2noUeu n1uM0tBGdVSnRj67O6rzbNzKDbzoNCktEX6DH63Y= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eric Gallager To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/egallager/heads/github-notices)] Add files to discourage submissions of PRs to the GitHub mirror. X-Act-Checkin: gcc X-Git-Author: Eric Gallager X-Git-Refname: refs/users/egallager/heads/github-notices X-Git-Oldrev: 6799f2a33280805ea46277536f202a4ab1322337 X-Git-Newrev: 249e2144c36dd22b59bde9ee52333b27e5b7055c Message-Id: <20231016232449.3EAF23858D37@sourceware.org> Date: Mon, 16 Oct 2023 23:24:49 +0000 (GMT) List-Id: https://gcc.gnu.org/g:249e2144c36dd22b59bde9ee52333b27e5b7055c commit 249e2144c36dd22b59bde9ee52333b27e5b7055c Author: Eric Gallager Date: Mon Oct 16 19:22:17 2023 -0400 Add files to discourage submissions of PRs to the GitHub mirror. ChangeLog: * .github/CONTRIBUTING.md: New file. * .github/PULL_REQUEST_TEMPLATE.md: New file. Diff: --- .github/CONTRIBUTING.md | 18 ++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 23 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000000..4f7b3abca5f4 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,18 @@ +## Contributing to GCC + +Thanks for taking the time to contribute to GCC! Please be advised that if you are +viewing this on `github.com`, that the mirror there is unofficial and unmonitored. +The GCC community does not use `github.com` for their contributions. Instead, we use +a mailing list (`gcc-patches@gcc.gnu.org`) for code submissions, code +reviews, and bug reports. + +Perhaps one day it will be possible to use [GitGitGadget](https://gitgitgadget.github.io/) to +conveniently send Pull Requests commits to GCC's mailing list, the way that the Git project currently allows it to be used to send PRs to their mailing list, but until that day arrives, please send your patches to the mailing list manually. + +Please read ["Contributing to GCC"](https://gcc.gnu.org/contribute.html) on the main GCC website +to learn how the GCC project is managed, and how you can work with it. +In addition, we highly recommend you to read [our guidelines for read-write Git access](https://gcc.gnu.org/gitwrite.html). + +Or, you can follow the ["Contributing to GCC in 10 easy steps"](https://gcc.gnu.org/wiki/GettingStarted#Basics:_Contributing_to_GCC_in_10_easy_steps) section of the ["Getting Started" page](https://gcc.gnu.org/wiki/GettingStarted) on [the wiki](https://gcc.gnu.org/wiki) for another example of the contribution process. + +Your friendly GCC community! diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..6417392c8cf3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Thanks for taking the time to contribute to GCC! Please be advised that if you are +viewing this on `github.com`, that the mirror there is unofficial and unmonitored. +The GCC community does not use `github.com` for their contributions. Instead, we use +a mailing list (`gcc-patches@gcc.gnu.org`) for code submissions, code reviews, and +bug reports. Please send patches there instead.