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: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,3 +338,17 @@ This project uses:
338
338
### **Caveats**
339
339
340
340
* Not tested for performance. You can put your own `HttpAsyncClient` instance to the `HttpClientManager` if you want to improve connection pooling, adding retry policies and such.
341
+
342
+
## Contributing
343
+
344
+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
345
+
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
346
+
the rights to use your contribution. For details, visit https://cla.microsoft.com.
347
+
348
+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
349
+
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
350
+
provided by the bot. You will only need to do this once across all repos using our CLA.
351
+
352
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
353
+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
354
+
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
0 commit comments