Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeough authored Aug 28, 2019
1 parent 78706e7 commit 649ffbf
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
We welcome any contribution to Elements which satisfies the following conditions:
- The contribution is associated with an issue. Please create a bug or feature request to start a discussion about the issues that you would like to resolve. This is necessary for keeping our `CHANGELOG` up to date, and to providing the community with visibility into the issues that are being solved.
- The contribution includes tests that will run as part of the standard test suite. We have many examples of tests, and would be happy to give guidance on how to create worthwhile tests for your functionality.
- The contribution is made as a pull request. We will not accept requests to include your submission in any other form.
## How can I contribute?

### Report a Bug.
- [Open a bug report](https://github.com/hypar-io/Elements/issues/new?assignees=&labels=&template=bug_report.md&title=).

### Request a Feature.
- [Open an feature request](https://github.com/hypar-io/Elements/issues/new?assignees=&labels=&template=feature_request.md&title=).

### Create a pull request.
Submissions to Elements will only be reviewed as a pull request. All pull requests will be expected to include tests that will run as part of the standard test suite. We have many examples of tests, and would be happy to give guidance on how to create worthwhile tests for your functionality.
- [Create a pull request](https://github.com/hypar-io/Elements/compare).

0 comments on commit 649ffbf

Please sign in to comment.