Skip to content

Commit

Permalink
Merge pull request #841 from CosmWasm/readme-update
Browse files Browse the repository at this point in the history
Add contributing guidelines
  • Loading branch information
uint authored Nov 9, 2022
2 parents 3610110 + f088e1b commit 2f34e37
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 116 deletions.
10 changes: 10 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"overrides": [
{
"files": "*.md",
"options": {
"proseWrap": "always"
}
}
]
}
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
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.
Loading

0 comments on commit 2f34e37

Please sign in to comment.