Skip to content

Commit

Permalink
chore: updating CONTRIBUTING.md (#2434)
Browse files Browse the repository at this point in the history
* chore: updating CONTRIBUTING.md

Updating CONTRIBUTING.md as per go/java-repos-contrib-guidelines

b/323273913

* owlbot.py to exclude CONTRIBUTING.md
  • Loading branch information
suztomo committed Feb 16, 2024
1 parent b1d425c commit 7f97bd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
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 issues labeled with "Accepting Contributions" will not be accepted.

## Contributor License Agreement

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

[1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
[2]: https://maven.apache.org/settings.html#Active_Profiles
[3]: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md
[3]: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
java.common_templates(
excludes=[
"README.md",
"CONTRIBUTING.md",
"java.header",
"checkstyle.xml",
"renovate.json",
Expand Down

0 comments on commit 7f97bd1

Please sign in to comment.