Skip to content

Commit

Permalink
Merge pull request #262 from nbayramberdiyev/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
l0gicgate committed Apr 8, 2022
2 parents 34b2ae2 + 9bd9614 commit 4568624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Expand Up @@ -2,18 +2,18 @@

## Pull Requests

1. Fork this repository
2. Create a new branch for each feature or improvement
3. Send a pull request from each feature branch
1. Fork this repository.
2. Create a new branch for each feature or improvement.
3. Send a pull request from each feature 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).
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).

## Unit Testing

All pull requests must be accompanied by passing unit tests and complete code coverage. The Slim Framework uses phpunit for testing.
All pull requests must be accompanied by passing unit tests and complete code coverage. The Slim Framework uses PHPUnit for testing.

[Learn about PHPUnit](https://github.com/sebastianbergmann/phpunit/)
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ This is a Slim Framework view helper built on top of the Twig templating compone
Via [Composer](https://getcomposer.org/)

```bash
$ composer require slim/twig-view:^3.0
$ composer require slim/twig-view
```

Requires Slim Framework 4, Twig 3 and PHP 7.4 or newer.
Expand Down

0 comments on commit 4568624

Please sign in to comment.