Skip to content

Commit 191aaee

Browse files
committed
contributing template
1 parent 7db238a commit 191aaee

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.template/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).

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Pull Requests
88

9-
* Fork the `<PACKAGE_OWNER>/<PACKAGE_NAME>` repository
9+
* Fork the `alecrabbit/php-package-template` repository
1010
* Create a new branch for each feature or improvement
1111
* Send a pull request from each feature branch to the **master** branch
1212

0 commit comments

Comments
 (0)