Skip to content

Commit 7e1de1a

Browse files
committed
Update to contributing.md
Updating text for contributing.md file.
1 parent 06879dc commit 7e1de1a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ In order to protect both you and ourselves, you will need to sign the
1313

1414
### Guidelines to contribute
1515

16-
Each contribution needs to have a) top level readme explaining what the contribution does, how to use it with gRPC, how to build and test it and what are its external technical dependencies.
17-
Have at least a top level readme.md describing overview, how to use, dependencies, and how to build and test.
18-
Third party libraries: Note that no third party libraries with AGPL license etc should not be used in the codebases.
19-
Automated tests - will have a badge called “Verified” for tested contributions. Contributors should have automated tests present in every contribution and they should run on commit. We (gRPC team) will set up travis CI to facilitate this. Tests must return green before we merge them.
16+
Each contribution needs to have top level readme explaining what the contribution does, how to use it with gRPC, how to build and test it and what are its external technical dependencies.
17+
Note that no third party libraries with AGPL license etc should not be used in the codebases.
18+
Contributors should have automated tests present in every contribution and they should run on commit. We (gRPC team) will set up travis CI to facilitate this. Tests must return green before we merge PRs.
2019

2120
### How contributions will be accepted?
2221

0 commit comments

Comments
 (0)