You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contributions are **welcome** and accepted via **Pull Requests** on [GitHub](https://github.com/dazzle-php/throwable).
4
+
5
+
## Pull Requests
6
+
7
+
-**Naming convention** - all pull requests fixing a problem should match "Fix #issue Message" pattern, the new features and non-fix changes should match "Resolve #issue Message", the rest should contain only "Message".
8
+
-**Follow our template of code** - all contributions have to follow [PSR-2 coding standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) with an exception of control structures, which have to have opening parenthesis always placed in the next line instead of the same.
9
+
-**Add tests** - the contribution won't be accepted if it doesn't have tests.
10
+
-**Document any change in behaviour** - make sure the `README.md` is kept up to date.
11
+
-**Create feature branches** - don't create pull requests from your master branch.
12
+
-**One pull request per feature** - for multiple things that you want to do, send also multiple pull requests.
13
+
-**Keep coherent history** - make sure each individual commit in your pull request is meaningful. If you had to make multiple commits during development cycle, please squash them before submitting.
0 commit comments