Skip to content

Commit 7f97bd1

Browse files
authored
chore: updating CONTRIBUTING.md (#2434)
* chore: updating CONTRIBUTING.md Updating CONTRIBUTING.md as per go/java-repos-contrib-guidelines b/323273913 * owlbot.py to exclude CONTRIBUTING.md
1 parent b1d425c commit 7f97bd1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
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+
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.
58

69
## Contributor License Agreement
710

@@ -89,4 +92,4 @@ mvn com.coveo:fmt-maven-plugin:format
8992

9093
[1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
9194
[2]: https://maven.apache.org/settings.html#Active_Profiles
92-
[3]: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md
95+
[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
"renovate.json",

0 commit comments

Comments
 (0)