Skip to content

Commit bc6b9f6

Browse files
committed
Improves contribution guide
1 parent 5510d8d commit bc6b9f6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# How to contribute
22

3-
Thanks for considering to contribute to the `lean package validator`. Please follow these guidelines:
3+
Thanks for considering to contribute to the `lean package validator`.
4+
5+
## Setting up a development environment
6+
7+
To set up a development environment, please follow the next shown instructions.
8+
9+
```bash
10+
git clone [email protected]:raphaelstolt/lean-package-validator.git
11+
composer install
12+
// implement your changes
13+
composer pre-commit-check
14+
```
15+
16+
Please follow these guidelines:
417

518
- All code __MUST__ follow the PSR-2 coding standard. Please see [PSR-2](http://www.php-fig.org/psr/psr-2/) for more details.
619

0 commit comments

Comments
 (0)