Skip to content

Commit aad0deb

Browse files
committed
add contribution document
1 parent ce9a2a8 commit aad0deb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
3737
<span><a href="customization">Customization</a></span>
3838
<span><a href="events">Events</a></span>
3939
<span><a href="upgrade">Upgrade</a></span>
40+
<span><a href="contribution">Contribution</a></span>
4041
</nav>
4142
</section>
4243

docs/contribution.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)