We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50b5e4 commit fbdfab7Copy full SHA for fbdfab7
.github/CONTRIBUTING.md
@@ -1,6 +1,19 @@
1
# How to contribute
2
3
-Thanks for considering to contribute to `llms-txt-php`. Please follow these guidelines:
+Thanks for considering to contribute to `llms-txt-php`.
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 git@github.com:raphaelstolt/llms-txt-php.git
11
+composer install
12
+// implement your changes
13
+composer pre-commit-check
14
+```
15
16
+Please follow these guidelines when sending changes upstream:
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