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
2. Create a new branch for each feature or improvement
7
+
3. Send a pull request from each feature branch to the **master** branch
8
+
9
+
It is very important to separate new features or improvements into separate feature branches, and to send a
10
+
pull request for each branch. This allows us to review and pull in new features or improvements individually.
11
+
12
+
## Style Guide
13
+
14
+
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