Skip to content

Commit fb3a7a0

Browse files
committed
Create CONTRIBUTING.md
1 parent 63d2de0 commit fb3a7a0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
Thanks for your interest in contributing to Laravel Wayfinder!
4+
5+
```sh
6+
git clone https://github.com/laravel/wayfinder.git wayfinder
7+
cd wayfinder
8+
```
9+
10+
Next, install the dependencies:
11+
12+
```sh
13+
composer install
14+
npm install
15+
```
16+
17+
## Testing
18+
19+
The tests are written using [Vitest](https://vitest.dev/) and can be found in `./tests`. To add a route and/or controller to test against, please reference the `./workbench` directory.

0 commit comments

Comments
 (0)