Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 1.03 KB

Contributing to IoT-Microlocation

Documentation for IoT-Microlocation is available in the following locations:

How to provide a patch for a new feature

  1. If it is a major feature, please create an Issue and discuss with the project leaders.

  2. If in step 1 you get an acknowledge from the project leaders, use the following procedure to submit a patch:

    a. Fork IoT-Microlocation on github ( http://help.github.com/fork-a-repo/ )

    b. Create a topic branch (git checkout -b my_branch)

    c. Push to your branch (git push origin my_branch)

    d. Initiate a pull request on github ( http://help.github.com/send-pull-requests/ )

    e. Done :)

Questions

If you have questions or want to report a bug please create an Issue or send us an email: ipapapa [at] ncsu [DOT] edu