Skip to content

Commit bb56b8d

Browse files
authored
Update CONTRIBUTING.md
Signed-off-by: Siri Varma Vegiraju <[email protected]>
1 parent de2dc63 commit bb56b8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Before you file an issue, make sure you've checked the following:
5151

5252
This section describes the guidelines for contributing code / docs to Dapr.
5353

54+
### Things to consider when adding new API to SDK
55+
56+
1. All the new API's go under [dapr-sdk maven package](https://github.com/dapr/java-sdk/tree/master/sdk)
57+
2. Make sure there is an example talking about how to use the API along with a README. [Example](https://github.com/dapr/java-sdk/pull/1235/files#diff-69ed756c4c01fd5fa884aac030dccb8f3f4d4fefa0dc330862d55a6f87b34a14)
58+
5459
### Pull Requests
5560

5661
All contributions come through pull requests. To submit a proposed change, we recommend following this workflow:
@@ -64,6 +69,7 @@ All contributions come through pull requests. To submit a proposed change, we re
6469
6. Commit and open a PR
6570
7. Wait for the CI process to finish and make sure all checks are green
6671
8. A maintainer of the project will be assigned, and you can expect a review within a few days
72+
9. All the files have the Copyright header.
6773

6874
### Configure the code style with checkstyle
6975

0 commit comments

Comments
 (0)