Companion Software for Multipurpose Drone Platform
We use issues as our main driving force. Our Issues represents Tasks to be completed both Development wise and non.
https://github.com/Praqma/git-phlow
git phlow workon 42
Do your changes...
git add .
git commit -m "message"
Commit more if necessary. When you are completely done with the issue, then... Note: you need to have modifications in order to make "git phlow wrapup" functional
git phlow wrapup
git phlow deliver
And if you need to work on a new issue do following:
git checkout master
git phlow cleanup
And repeat...
Use Dronekit-Sitl in test
Using a System in the loop emulated drone, we should be able to integrate functional testing in our chain
Fill out README
Expand Contribution section
If your PullRequest fixes an issue, please include "fixes #issuenumber in your last commit message"
Create Issue