We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5510d8d commit bc6b9f6Copy full SHA for bc6b9f6
.github/CONTRIBUTING.md
@@ -1,6 +1,19 @@
1
# How to contribute
2
3
-Thanks for considering to contribute to the `lean package validator`. Please follow these guidelines:
+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:
17
18
- All code __MUST__ follow the PSR-2 coding standard. Please see [PSR-2](http://www.php-fig.org/psr/psr-2/) for more details.
19
0 commit comments