You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
1
2
# Contributing to the Microsoft Graph SDK for Java
2
3
3
4
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.
22
23
23
24
## Submit pull requests for model or request files
24
25
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
<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:
0 commit comments