-
Notifications
You must be signed in to change notification settings - Fork 627
Pull Request
VREM Software Development edited this page May 11, 2018
·
7 revisions
- When starting to work on a feature or bug that has been reported, please add a comment to it that you are working on it.
- Fork the repository
- Please make sure that you are using
feature
branch, since all the WiFi Analyzer changes are done on thefeature
branch! - WiFiAnalyzer
master
branch is only used to release new versions of the application. As a result, themaster
branch most likely doesn't contain the latest changes. - To close a feature or a bug automatically, once pull request has been merged, please mention issue number in the commit comment or pull request text.
- Please avoid, if possible, large change sets.
- Please do not forget to add unit tests.