Skip to content

Commit 3f93d58

Browse files
authored
chore: updating contribution guideline (#6442)
* chore: updating contribution guideline b/323263307 * exclude CONTRIBUTING.md
1 parent 530f7ba commit 3f93d58

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# How to Contribute
22

3-
We'd love to accept your patches and contributions to this project. There are
4-
just a few small guidelines you need to follow.
3+
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:
4+
1. Ensure the issue was not already reported.
5+
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.
6+
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.
7+
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.
58

69
## Contributor License Agreement
710

owlbot.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
s.remove_staging_dirs()
2424
java.common_templates(
2525
excludes=[
26+
"CONTRIBUTING.md",
2627
"README.md",
2728
"samples/*",
2829
".github/release-please.yml",

0 commit comments

Comments
 (0)