Skip to content

Commit 7db238a

Browse files
committed
contributing notes
1 parent c8ebb54 commit 7db238a

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+
# How to Contribute
2+
3+
## Before creating a Pull Request
4+
5+
* 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

Comments
 (0)