Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.07 KB

CONTRIBUTING.md

File metadata and controls

50 lines (34 loc) · 2.07 KB

Contributing to Envirover Open Source Projects

Envirover welcomes contributions to our open source projects on Github.

Issues

Feel free to submit issues and enhancement requests.

Contributing

Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Copyright and Licensing

Envirover does not require you to assign the copyright of your contributions, you retain the copyright. Envirover does require that you make your contributions available under the GNU General Public License in order to be included in the main repo.

If appropriate, include the GNU General Public License summary at the top of each file along with the copyright info. If you are adding a new file that you wrote, include your name in the copyright notice in the license summary at the top of the file.

License Summary

You can copy and paste the GNU General Public License summary from below.

Copyright (C) 2017 Envirover

SPLGroundControl is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SPLGroundControl is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with SPLGroundControl. If not, see <http://www.gnu.org/licenses/>.