Skip to content

Commit

Permalink
chore: update README.md (#2)
Browse files Browse the repository at this point in the history
Update `README.md` for reviewing guide and code of conduct.

Partially resolves the issue
oras-project/community#38

---------

Signed-off-by: Shiwei Zhang <[email protected]>
  • Loading branch information
shizhMSFT authored Mar 16, 2023
1 parent fa02dc3 commit a14844b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# oras-dotnet
ORAS .NET library
# ORAS .NET library

> **Warning** This project is currently under initial development. APIs may and will be changed incompatibly from one commit to another.
![ORAS](https://github.com/oras-project/oras-www/raw/main/docs/assets/images/oras.png)

## Versioning

The ORAS .NET library follows [Semantic Versioning](https://semver.org/), where breaking changes are reserved for MAJOR releases, and MINOR and PATCH releases must be 100% backwards compatible.

## Docs

- [oras.land/client_libraries](https://oras.land/client_libraries/): Documentation for general ORAS libraries.
- [Reviewing guide](https://github.com/oras-project/community/blob/main/REVIEWING.md): All reviewers must read the reviewing guide and agree to follow the project review guidelines.

## Code of Conduct

This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).

0 comments on commit a14844b

Please sign in to comment.