Skip to content

Commit

Permalink
Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Thompson committed May 15, 2015
1 parent 3c26d15 commit ca65f21
Show file tree
Hide file tree
Showing 28 changed files with 43 additions and 7,056 deletions.
37 changes: 37 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,37 @@
# Contribution Guide

Thank you for considering contributing to the Streams Platform! Please review the entire guide before sending a pull request.

## Bug Reports

We strongly encourages pull requests, not just bug reports.

"Bug Report" should contain a title and a clear detailed description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue. The goal of a bug report is to make it easy for yourself - and others - to replicate the bug and develop a fix.

Remember, bug reports are created in the hope that others with the same problem will be able to collaborate with you on solving it. Do not expect that the bug report will automatically see any activity or that others will jump to fix it. Creating a bug report serves to help yourself and others start on the path of fixing the problem.


## Which Branch?

All bug fixes should be sent to the latest stable branch. Bug fixes should never be sent to the master branch unless they fix features that exist only in the upcoming release.

Minor features that are fully backwards compatible with the current Laravel release may be sent to the latest stable branch.

Major new features should always be sent to the master branch, which contains the upcoming Laravel release.

If you are unsure if your feature qualifies as a major or minor, please ask Taylor Otwell in the #laravel-dev IRC channel (Freenode).


## Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.


## Coding Style

Laravel follows the PSR-4 and PSR-1 coding standards. In addition to these standards, the following coding standards should be followed:

The class namespace declaration must be on the same line as <?php.
A class' opening { must be on the same line as the class name.
Functions and control structures must use Allman style braces.
Indent with tabs, align with spaces.
1 change: 0 additions & 1 deletion addons/default/anomaly/default_page_handler-extension
Submodule default_page_handler-extension deleted from b9734f
2 changes: 1 addition & 1 deletion addons/default/anomaly/pages-module
Submodule pages-module updated from 6739e0 to 6661cd
2 changes: 1 addition & 1 deletion core/anomaly/addon-field_type
Submodule addon-field_type updated from 250297 to 03fc62
2 changes: 1 addition & 1 deletion core/anomaly/anomaly-theme
Submodule anomaly-theme updated from daa7f2 to b5183b
2 changes: 1 addition & 1 deletion core/anomaly/checkboxes-field_type
Submodule checkboxes-field_type updated from 77b047 to e5cb69
2 changes: 1 addition & 1 deletion core/anomaly/installer-module
Submodule installer-module updated from e0ba3c to 00e43c
2 changes: 1 addition & 1 deletion core/anomaly/wysiwyg-field_type
Submodule wysiwyg-field_type updated from b02db3 to 269052

This file was deleted.

This file was deleted.

0 comments on commit ca65f21

Please sign in to comment.