From 3f93d58a049cf6089a930c55cc23ff0c0869a12f Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 22 Feb 2024 11:02:21 -0500 Subject: [PATCH] chore: updating contribution guideline (#6442) * chore: updating contribution guideline b/323263307 * exclude CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++-- owlbot.py | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b65dd279c946..5ea51573c5ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,10 @@ # How to Contribute -We'd love to accept your patches and contributions to this project. There are -just a few small guidelines you need to follow. +The code in this repository is only intended to be used as part of the Google Cloud SDK build/test/release infrastructure, and it is not a supported Google product. Please make sure you understand the purpose of this repo before contributing. If you still would like to contribute, please follow the guidelines below before opening an issue or a PR: +1. Ensure the issue was not already reported. +2. Open a new issue if you are unable to find an existing issue addressing your problem. Make sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring. +3. Discuss the priority and potential solutions with the maintainers in the issue. The maintainers would review the issue and add a label "Accepting Contributions" once the issue is ready for accepting contributions. +4. Open a PR only if the issue is labeled with "Accepting Contributions", ensure the PR description clearly describes the problem and solution. Note that an open PR without an "Accepting Contributions" issue will not be accepted. ## Contributor License Agreement diff --git a/owlbot.py b/owlbot.py index 22e91e3ce9a4..e5f3534cc3a0 100644 --- a/owlbot.py +++ b/owlbot.py @@ -23,6 +23,7 @@ s.remove_staging_dirs() java.common_templates( excludes=[ + "CONTRIBUTING.md", "README.md", "samples/*", ".github/release-please.yml",