Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.87 KB

CONTRIBUTE.md

File metadata and controls

63 lines (42 loc) · 1.87 KB

Contributing

Contributing to WebAppBuilder

WebAppBuilder is an open source project and we appreciate contributions very much.

Proper formatting

Before making a pull request, please make sure your code is properly formatted. To check for formatting errors use

paver pep8

to automatically format you code run following command before issuing git commit

paver autopep8

Pull Requests

Pull requests are welcome,:

  • For small changes (under a file in size) a committer can apply the fix on your behalf.

  • For changes over one file in size we ask that you add your details (or your employer details) in the file __copyright__).

We trust you (and your employer) understand the GPL License <LICENSE.txt>_ used by this plugin and QGIS. This is why we asks you note your copyright details above.

The complete list of contributors <https://github.com/boundlessgeo/qgis-webappbuilder-plugin/network/members>_ is available on github.

Getting your pull request merged

This is a volunteer project, so sometimes it may take a little while to merge your pull request.

Committers

The project committers:

  • Victor Olaya <https://github.com/volaya>_ (Boundless)
  • Alexander Bruy <https://github.com/alexbruy>_ (Boundless)
  • Alexandre Neto <https://github.com/SrNetoChan>_ (Boundless)
  • Bart van den Eijnden <https://github.com/bartvde>_ (Boundless)
  • Luigi Pirelli <https://github.com/luipir>_ (Boundless)
  • Larry Shaffer <https://github.com/dakcarto>_ (Boundless)

This is a small project that communicates via pull request.

To request commit access issue a pull request against this CONTRIBUTING.md file. Existing committers can review (+1,0,-1) and merge the change accordingly.

By the same token committers that are inactive can be retired via a pull request.