Skip to content

Commit b5f9ddc

Browse files
committed
issue #8: contributing
1 parent 8b11766 commit b5f9ddc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# How to Contribute
2+
3+
## Pull Requests
4+
5+
1. Fork the `php-tkui` repository
6+
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

Comments
 (0)