summaryrefslogtreecommitdiff
path: root/.github/workflows
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 /.github/workflows
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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/close-pull-request.yml2
1 files changed, 1 insertions, 1 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.