Skip to content

Commit 5bf0f66

Browse files
authored
Update README.md (Azure#17861)
Add updates to contributing for the package
1 parent a25d0c1 commit 5bf0f66

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

sdk/keyvault/internal/README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
# Internal for Key Vault SDKs
1+
# Key Vault Internal Module for Go
22

3-
This module contains shared code for all the Key Vault SDKs, mainly the challenge authentication policy.
3+
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal)
4+
5+
This module contains shared code for all the Key Vault SDKs, mainly the challenge authentication policy.
6+
7+
## Contributing
8+
This project welcomes contributions and suggestions. Most contributions require
9+
you to agree to a Contributor License Agreement (CLA) declaring that you have
10+
the right to, and actually do, grant us the rights to use your contribution.
11+
For details, visit [https://cla.microsoft.com](https://cla.microsoft.com).
12+
13+
When you submit a pull request, a CLA-bot will automatically determine whether
14+
you need to provide a CLA and decorate the PR appropriately (e.g., label,
15+
comment). Simply follow the instructions provided by the bot. You will only
16+
need to do this once across all repos using our CLA.
17+
18+
This project has adopted the
19+
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
20+
For more information, see the
21+
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
22+
or contact [[email protected]](mailto:[email protected]) with any
23+
additional questions or comments.

0 commit comments

Comments
 (0)