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
* Create an issue to discuss a necessity of such pull request
6
+
7
+
## Pull Requests
8
+
9
+
* Fork the `<PACKAGE_OWNER>/<PACKAGE_NAME>` repository
10
+
* Create a new branch for each feature or improvement
11
+
* Send a pull request from each feature branch to the **master** branch
12
+
13
+
It is very **important** to separate new features or improvements into separate feature branches, and to send a
14
+
pull request for each branch. This allows us to review and pull in new features or improvements individually.
15
+
16
+
## Style Guide
17
+
18
+
All pull requests must adhere to the [PSR-12 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md).
0 commit comments