Skip to content

Commit

Permalink
add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndikanGabriel committed May 9, 2021
1 parent dba172c commit d401672
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Contributing

Contributions are **welcome**. Please report any issue you find in the [issues page](https://github.com/AndikanGabriel/coindesk/issues). [Pull requests](https://github.com/AndikanGabriel/coindesk/pulls) are more than welcome. Please review these guidelines before submitting any pull requests.

## Guidelines

* Please follow the **[PSR-12 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md)**.
* Ensure that the current **tests** pass, and if you've added something new, add the tests where relevant.
* Remember that we follow **[SemVer](http://semver.org)**. If you are changing the behaviour, or the public API, you may need to update the `README.md` and other relevant documentation.
* Send a coherent commit history, making sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash](http://git-scm.com/book/en/Git-Tools-Rewriting-History) them before submitting.
* Please **create feature branches** for your pull requests.
* **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
* You may also need to [rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) to avoid merge conflicts.

0 comments on commit d401672

Please sign in to comment.