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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ We accept bug reports via issues created on [Github](https://github.com/jeremyke
10
10
11
11
-**Always search the issue or pull request list first** - The odds are good that if you've found a problem, someone else has found it, too.
12
12
13
-
-**Always try the [master branch](https://github.com/jeremykendall/php-domain-parser)** - to see if the reported bug has not already been fixed.
13
+
-**Always try the [developer branch](https://github.com/jeremykendall/php-domain-parser/tree/develop)** - to see if the reported bug has not already been fixed.
14
14
15
15
### When submitting your report
16
16
@@ -24,8 +24,18 @@ We accept bug reports via issues created on [Github](https://github.com/jeremyke
24
24
25
25
We accept contributions via Pull Requests on [Github](https://github.com/jeremykendall/php-domain-parser/pull).
26
26
27
+
-**Always make your Pull Request against the [developer branch](https://github.com/jeremykendall/php-domain-parser/tree/develop)**
28
+
27
29
-**[PSR-2 Coding Standard](http://www.php-fig.org/psr/psr-2/)** - Your patch won't be accepted if it doesn't pass the package coding style test suite.
28
30
31
+
You can resolve most of the styling code issues using the following command line:
0 commit comments