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: CONTRIBUTING.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -26,30 +26,30 @@ whether or not your feature is likely to be used by other users of the project.
26
26
27
27
Before filing an issue:
28
28
29
-
- Attempt to replicate the problem, to ensure that it wasn't a coincidental incident.
30
-
- Check to make sure your feature suggestion isn't already present within the project.
31
-
- Check the pull requests tab to ensure that the bug doesn't have a fix in progress.
32
-
- Check the pull requests tab to ensure that the feature isn't already in progress.
29
+
- Attempt to replicate the problem, to ensure that it wasn't a coincidental incident.
30
+
- Check to make sure your feature suggestion isn't already present within the project.
31
+
- Check the pull requests tab to ensure that the bug doesn't have a fix in progress.
32
+
- Check the pull requests tab to ensure that the feature isn't already in progress.
33
33
34
34
Before submitting a pull request:
35
35
36
-
- Check the codebase to ensure that your feature doesn't already exist.
37
-
- Check the pull requests to ensure that another person hasn't already submitted the feature or fix.
36
+
- Check the codebase to ensure that your feature doesn't already exist.
37
+
- Check the pull requests to ensure that another person hasn't already submitted the feature or fix.
38
38
39
39
## Requirements
40
40
41
41
If the project maintainer has any additional requirements, you will find them listed here.
42
42
43
-
-**[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
43
+
-**[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
44
44
45
-
-**Add tests!** - Your patch won't be accepted if it doesn't have tests.
45
+
-**Add tests!** - Your patch won't be accepted if it doesn't have tests.
46
46
47
-
-**Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
47
+
-**Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
48
48
49
-
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
49
+
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
50
50
51
-
-**One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
51
+
-**One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
52
52
53
-
-**Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
53
+
-**Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
# PHP Mime Detector [](https://travis-ci.com/SoftCreatR/php-mime-detector)[](https://app.codeship.com/projects/310674)
0 commit comments