Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 482 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (19 loc) · 482 Bytes

1. Create an issue (bug, feature, etc.)

https://github.com/maslick/radiaSlider/issues/new

2. Fork the repo

git clone https://github.com/<YOUR-USER>/radiaSlider.git

3. Update your fork

git remote add upstream https://github.com/maslick/radiaSlider.git
git pull upstream master

3. Checkout a new branch from master

git checkout master

4. When finished merge your work to your fork and create a pull request

git push -u origin master