-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63ecfb6
commit 98e5dd3
Showing
1 changed file
with
42 additions
and
0 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,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 |