Skip to content

Commit

Permalink
feat: add CONTRIBUTING.MD (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Dec 9, 2024
1 parent 63ecfb6 commit 98e5dd3
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#### :warning: Typo-Only Changes Not Accepted

We do not accept issues or pull requests that only fix typos in comments, variables, or documentation. Such issues will be closed without review.

#### Submitting an Issue

- **Do not open a GitHub issue if the bug you found is a security
vulnerability**.

Please see ShapeShift's [responsible disclosure program](https://corp.shapeshift.io/responsible-disclosure-program/).

- When contributing to ShapeShift Unchained, please discuss the change you want to make via
a GitHub issue before making a change and submitting a PR.

#### Submitting a Patch

- Open a pull request with the patch.

- Make sure your PR description clearly describes the problem that you've
solving, and how this patch achieves that goal. Include a link to the
relevant GitHub issue.

- Changes that only fix whitespace / formatting will generally not be
accepted. Drive-by style fixes are fine when working on adjacent areas of
the code, but please put them in a separate commit from functional changes.

- Where possible, please provide unit tests / integration tests that
demonstrate new functionality is working.

#### Getting Your PR Accepted

Our maintainers are committed to reviewing patches in a timely manner. That
said, we do have other things on our plate, so please be patient.

In order to ensure high quality of the codebase, we require sign-off from at
least one ShapeShift Fox. If you use GPG, feel free to sign your commits.

Once your patch has been reviewed and has been accepted, you are free to merge it.

Happy HODLing,

ShapeShift Team

0 comments on commit 98e5dd3

Please sign in to comment.