Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 528 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 528 Bytes

Contributing

Fork the Project

Fork the project on Github and check out your copy.

git clone https://github.com/<contributor>/webpacker_uploader.git
cd webpacker_uploader
git remote add upstream https://github.com/tlatsas/webpacker_uploader.git

Create a Topic Branch

Make sure your fork is up-to-date and create a topic branch for your feature or bug fix.

git checkout master
git pull upstream master
git checkout -b my-feature-branch