Skip to content

Commit 3602e62

Browse files
authored
Create CONTRIBUTING.md
1 parent 9ee18b7 commit 3602e62

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Steps to contribute
2+
1. Fork [unisharp/laravel-filemanager](https://github.com/UniSharp/laravel-filemanager) from GitHub.
3+
1. Run commands below:
4+
5+
```
6+
git clone git@github.com:UniSharp/laravel-filemanager-example-5.3.git
7+
cd laravel-filemanager-example-5.3
8+
composer require unisharp/laravel-filemanager:dev-master
9+
make init
10+
```
11+
1. Edit codes in `vendor/unisharp/laravel-filemanager`
12+
1. Push your changes to your fork.
13+
1. Send a pull request to [unisharp/laravel-filemanager](https://github.com/UniSharp/laravel-filemanager).

0 commit comments

Comments
 (0)