Lines Matching +full:fetch +full:- +full:depth
16 Before submitting a pull request make sure you have [tested the code](#how-to-test)
17 and [followed the coding conventions](#coding-conventions).
19 Please read more about [setting up your environment](#how-to-setup-a-development-environment) for d…
35 * `git` - to fetch the latest development code, merge changes, create pull requests, etc.
36 * [`composer`](https://getcomposer.org) - to install PHP dependencies, build releases, and run test…
37 * [`npm`](https://nodejs.org/en/download/package-manager) - to install CSS/JS dependencies and crea…
51 Use `git clone --depth 1 https://github.com/fisharebest/webtrees`.
58 …ts, the analysis and testing tools. You would then run `composer install --no-dev` before committ…
60 …-commit hook" to run checks on your code before you commit them to your local repository. To do t…
66 ## Third-party libraries and compiled files in the source tree
68 For historic reasons, we include certain third-party libraries and compiled
73 We include the non-development PHP libraries from `/vendor`.
74 These are created using the command `composer install --no-dev`.
89 4. Run `php -S localhost:8080` and open your browser at [localhost:8080](http://localhost:8080)
100 Your code should follow the [PSR-12](https://www.php-fig.org/psr/psr-12/) Extended coding style gui…
106 There is a [translators forum](http://webtrees.net/index.php/en/forum/8-translation) where you can …