Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 635 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 635 Bytes

To make it simpler to test a local copy of ImportJS in Atom:

cd ~/atom-import-js
apm link

After making changes to the plugin, you can reload Atom by opening the console (CMD+OPTION+i) and then refreshing (CMD+r).

Publishing

git fetch origin
git checkout master
git rebase origin/master
apm publish (major|minor|patch)
git push origin master
git push --tags origin

Code of conduct

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.