diff options
| author | Mike Frysinger <vapier@google.com> | 2025-08-20 17:08:03 -0400 |
|---|---|---|
| committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2025-08-20 14:15:53 -0700 |
| commit | 58a59fdfbca47f6a6d3fd738ccc5f978d554209f (patch) | |
| tree | 90dfb69fad928c92815ce5c79142fd5e5173a20a /.github/workflows/close-pull-request.yml | |
| parent | 38d2fe11b9df521727fcca23c9dac086ce8378d3 (diff) | |
| download | git-repo-58a59fdfbca47f6a6d3fd738ccc5f978d554209f.tar.gz | |
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/close-pull-request.yml')
| -rw-r--r-- | .github/workflows/close-pull-request.yml | 2 |
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: | |||
| 18 | Thanks for your contribution! | 18 | Thanks for your contribution! |
| 19 | Unfortunately, we don't use GitHub pull requests to manage code | 19 | Unfortunately, we don't use GitHub pull requests to manage code |
| 20 | contributions to this repository. | 20 | contributions to this repository. |
| 21 | Instead, please see [README.md](../blob/HEAD/SUBMITTING_PATCHES.md) | 21 | Instead, please see [README.md](../blob/HEAD/CONTRIBUTING.md) |
| 22 | which provides full instructions on how to get involved. | 22 | which provides full instructions on how to get involved. |
