Skip to content

Commit b152185

Browse files
committed
added contribution guide
1 parent 4a95e7d commit b152185

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contributing
2+
3+
Contributions are **welcome** and will be fully **credited**.
4+
5+
6+
## Pull Requests
7+
8+
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)**.
9+
10+
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
11+
12+
- **Create feature branches** - Don't ask us to pull from your master branch.
13+
14+
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
15+
16+
- **Pull requests go against develop branch** - So we can test it before merging it onto master.
17+
18+
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.

0 commit comments

Comments
 (0)