Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ fixes.
* **Error Handling:** Handle errors gracefully with informative messages.
* **Documentation:** Document your code and its usage.

**Compatibility Guarantees:**

* All code in `contrib/` is explictly not covered by any sort of backwards API Compatibility Guarantees, even across minor (patch) releases.
* The maintainers (committers) of this project are going to merge any changes in both implementations and interfaces without API stability concerns.
* Contributors are welcome to raise their PRs based on this policy, and incrementally improve code without worrying about API breakage.
Comment on lines +23 to +24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Point 2 and 3 feel redundant with the first one.


**Contrib Graduation:**

We'll consider graduating community contributions into officially maintained
Expand Down