summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2025-08-20 17:08:03 -0400
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2025-08-20 14:15:53 -0700
commit58a59fdfbca47f6a6d3fd738ccc5f978d554209f (patch)
tree90dfb69fad928c92815ce5c79142fd5e5173a20a
parent38d2fe11b9df521727fcca23c9dac086ce8378d3 (diff)
downloadgit-repo-58a59fdfbca47f6a6d3fd738ccc5f978d554209f.tar.gz
git-repo-58a59fdfbca47f6a6d3fd738ccc5f978d554209f.zip
CONTRIBUTING: rename doc per Google OSS policies
Google OSS policies say to name this "CONTRIBUTING.md". Change-Id: I037f52a443caacc89868b7c14af91dd3d1b681a9 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/499761 Reviewed-by: Gavin Mak <gavinmak@google.com> Tested-by: Mike Frysinger <vapier@google.com> Commit-Queue: Mike Frysinger <vapier@google.com>
-rw-r--r--.github/workflows/close-pull-request.yml2
-rw-r--r--CONTRIBUTING.md (renamed from SUBMITTING_PATCHES.md)0
-rw-r--r--README.md2
3 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/close-pull-request.yml b/.github/workflows/close-pull-request.yml
index dff055fce..f64e95ac4 100644
--- a/.github/workflows/close-pull-request.yml
+++ b/.github/workflows/close-pull-request.yml
@@ -18,5 +18,5 @@ jobs:
Thanks for your contribution!
Unfortunately, we don't use GitHub pull requests to manage code
contributions to this repository.
- Instead, please see [README.md](../blob/HEAD/SUBMITTING_PATCHES.md)
+ Instead, please see [README.md](../blob/HEAD/CONTRIBUTING.md)
which provides full instructions on how to get involved.
diff --git a/SUBMITTING_PATCHES.md b/CONTRIBUTING.md
index 671a43fe2..671a43fe2 100644
--- a/SUBMITTING_PATCHES.md
+++ b/CONTRIBUTING.md
diff --git a/README.md b/README.md
index 5c5ee5d91..258491b00 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ that you can put anywhere in your path.
* Docs: <https://source.android.com/source/using-repo.html>
* [repo Manifest Format](./docs/manifest-format.md)
* [repo Hooks](./docs/repo-hooks.md)
-* [Submitting patches](./SUBMITTING_PATCHES.md)
+* [Contributing](./CONTRIBUTING.md)
* Running Repo in [Microsoft Windows](./docs/windows.md)
* GitHub mirror: <https://github.com/GerritCodeReview/git-repo>
* Postsubmit tests: <https://github.com/GerritCodeReview/git-repo/actions>