Skip to content

Commit

Permalink
[*]: add github config files
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed May 24, 2019
1 parent 2f160ce commit 2cbb603
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -5,6 +5,7 @@
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpcs.php_cs export-ignore
Expand Down
22 changes: 22 additions & 0 deletions .github/CONTRIBUTING.md
@@ -0,0 +1,22 @@
# How to Contribute

## Pull Requests

1. Create your own [fork](https://help.github.com/articles/fork-a-repo) of this repo
2. Create a new branch for each feature or improvement
3. Send a pull request from each feature branch to the **master** branch

It is very important to separate new features or improvements into separate
feature branches, and to send a pull request for each branch. This allows me to
review and pull in new features or improvements individually.

## Style Guide

All pull requests must adhere to the [PSR-2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).

## Unit Testing

All pull requests must be accompanied by passing PHPUnit unit tests and
complete code coverage.

[Learn about PHPUnit](https://github.com/sebastianbergmann/phpunit/)
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
@@ -0,0 +1,4 @@
github: [voku]
patreon: voku
tidelift: packagist/voku%2Fsimple-cache
custom: https://www.paypal.me/moelleken
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,7 @@
#### What is this feature about (expected vs actual behaviour)?

#### How can I reproduce it?

#### Does it take minutes, hours or days to fix?

#### Any additional information?

0 comments on commit 2cbb603

Please sign in to comment.