Skip to content

Commit cbb0106

Browse files
author
Caitlin Bales (MSFT)
committed
Instructions on adding contributors to the README
1 parent 0b7bc2e commit cbb0106

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Contributing to the Microsoft Graph SDK for Java
23

34
The Microsoft Graph SDK is available for all manner of contribution. There are a couple of different recommended paths to get contributions into the released version of this SDK.
@@ -22,3 +23,24 @@ Revisions of this nature will result in a 0.X.X change of the version number.
2223

2324
## Submit pull requests for model or request files
2425
You can revise code in the extension folders of these folders. See [Extending the Library](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Extending-the-Library) for more information on how to work with the generated parts of the library.
26+
27+
## Add yourself as a contributor
28+
29+
This project follows the [all contributors](https://github.com/kentcdodds/all-contributors) specification. When making a contribution, please add yourself to the table of contributors:
30+
31+
1. In section 7. of the [README.md](https://github.com/microsoftgraph/msgraph-sdk-java/blob/master/README.md), after the last "|", copy and paste a new blank contributor element
32+
```html
33+
[<img src="https://avatars.githubusercontent.com/u/<your-uid>?v=4" width="100px;"/><br />
34+
<sub><b>Your Name</b></sub>](your website or github page)<br />
35+
[emoji](link "alt-text") |
36+
```
37+
38+
You can get your GitHub UID by inspecting your GitHub avatar image.
39+
40+
2. For each contribution type (see [emoji key](https://github.com/kentcdodds/all-contributors#emoji-key) for a list of contribution types), add an emoji and a relevant link and alt-text.
41+
42+
For example, if you write a blogpost on how to use the SDK, you would include:
43+
44+
```html
45+
[📝]("https://myblog.com/using-the-java-sdk" "Blog Post")
46+
```

0 commit comments

Comments
 (0)