-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/nft Ownership #5071
x/nft Ownership #5071
Changes from 4 commits
549f95b
837b83b
05f5ca2
e80245a
e4ce228
4e56800
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Contract | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @fedekunze @okwme @rigelrozanski Would like input here on what we would typically expect and/or want in a soft contract for module ownership and maintenance. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated :) |
||
This document outlines the "soft contract" expected by the `CODEOWNERS` and maintainers | ||
of the `x/nft` module to follow and uphold. The agreed-upon members are expected | ||
to abide by the following: | ||
|
||
- Review and provide feedback on PRs that primarily impact or modify the `x/nft` | ||
module within 30 days. | ||
- Review and provide feedback on issues related to the `x/nft` module within 30 | ||
days. | ||
- Maintain compatibility with the APIs, design philosophy, architecture and the | ||
broader set of tools (e.g. simulation) within the SDK. | ||
|
||
If the broader set of `CODEOWNERS` and maintainers of the SDK deem that the stated | ||
contract has been breached by a containing member of the `x/nft` module, that | ||
member may be removed with or without warning from the `CODEOWNERS`. If the entire | ||
set of owners and maintainers are deemed to break the contract, the `x/nft` module | ||
maybe removed with or without warning from the SDK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fedekunze @okwme if there are other contributors you'd like to add, please add them here.