Editing a plugin

The following guide will apply to Ubuntu, OSX and Windows 10 with WSL

Follow the Installtion Ubuntu/OSX/Windows (WSL) guide and make your changes.

When you have finished your editing, do this:

cd ~
cd Documents/workspace/microting/eform-angular-machinearea-plugin
./devgetchanges

Check your changes are the same as expected.

git status
git commit -a

Write your commit message

git status
git pull
git push 

Last updated

Was this helpful?