Skip to content

Commit dc838dd

Browse files
authored
Merge PR #5071: x/nft Ownership
1 parent 2c96bbb commit dc838dd

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@
22

33
# Primary repo maintainers
44
* @rigelrozanski @alexanderbez @jackzampolin @alessio @fedekunze
5+
6+
###############################################################################
7+
# Module Specific Ownership
8+
# See CONTRIBUTING.md for further details
9+
###############################################################################
10+
11+
# The following contributors own all files in the x/nft directory at the root
12+
# of the repository and any of its subdirectories.
13+
x/nft @okwme @fedekunze

x/nft/CONTRACT.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contract
2+
3+
This document outlines the "soft contract" expected by the `CODEOWNERS` and maintainers
4+
of the `x/nft` module to follow and uphold. The agreed-upon members are expected
5+
to abide by the following:
6+
7+
- Review and provide feedback on PRs that primarily impact or modify the `x/nft`
8+
module within 30 days.
9+
- Review and provide feedback on issues related to the `x/nft` module within 30
10+
days.
11+
- Maintain compatibility with the APIs, design philosophy, architecture and the
12+
broader set of tools (e.g. simulation) within the SDK.
13+
14+
If the broader set of `CODEOWNERS` and maintainers of the SDK deem that the stated
15+
contract has been breached by a containing member of the `x/nft` module, that
16+
member may be removed with or without warning from the `CODEOWNERS`. If the entire
17+
set of owners and maintainers are deemed to break the contract, the `x/nft` module
18+
maybe removed with or without warning from the SDK.

0 commit comments

Comments
 (0)