Skip to content

Commit 19a35a9

Browse files
authored
chore: updating contribution guideline (googleapis#10409)
b/323263307
1 parent a975646 commit 19a35a9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: CONTRIBUTING.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
Contributing
22
============
33

4-
1. **Please sign one of the contributor license agreements below.**
5-
2. Fork the repo, develop and test your code changes, add docs.
6-
3. Make sure that your commit messages clearly describe the changes.
7-
4. Send a pull request.
8-
9-
10-
Here are some guidelines for hacking on google-cloud-java.
4+
We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow before opening an issue or a PR:
5+
1. Ensure the issue was not already reported.
6+
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.
7+
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.
8+
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 issue labeled with "Accepting Contributions" will not be accepted.
119

1210
Repository Structure
1311
--------------------

0 commit comments

Comments
 (0)