-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #841 from CosmWasm/readme-update
Add contributing guidelines
- Loading branch information
Showing
3 changed files
with
109 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"overrides": [ | ||
{ | ||
"files": "*.md", | ||
"options": { | ||
"proseWrap": "always" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Contributing Guidelines | ||
|
||
We're happily accepting bugfixes, style improvements, good refactors and enhancements to documentation. | ||
|
||
For the specs, their APIs are considered final and immutable. We do not accept API-breaking changes. | ||
|
||
It is possible to propose a new protocol instead. In that case, please open an issue for discussion first, including | ||
some motivating use cases. | ||
|
||
The contracts are not expected to be packed with features. They're expected to be minimal, reference implementations of | ||
the specifications. We do not therefore accept enhancements. |
Oops, something went wrong.