Skip to content

Commit 9c47ab6

Browse files
authored
chore: updating CONTRIBUTING.md (#1925)
* chore: updating CONTRIBUTING.md Updating CONTRIBUTING.md as per go/java-repos-contrib-guidelines b/323273913 * owlbot.py to ignore CONTRIBUTING.md
1 parent 5fefb36 commit 9c47ab6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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+
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 issues labeled with "Accepting Contributions" will not be accepted.
8+
59

610
## Contributor License Agreement
711

@@ -89,4 +93,4 @@ mvn com.coveo:fmt-maven-plugin:format
8993

9094
[1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
9195
[2]: https://maven.apache.org/settings.html#Active_Profiles
92-
[3]: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md
96+
[3]: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
java.common_templates(
2525
excludes=[
2626
"README.md",
27+
"CONTRIBUTING.md",
2728
"java.header",
2829
"checkstyle.xml",
2930
"license-checks.xml",

0 commit comments

Comments
 (0)