Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.35 KB

Contributing.md

File metadata and controls

32 lines (18 loc) · 1.35 KB

Contributing to ArcgisRest

Contributions are welcomed to this project.

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. Commit changes to a branch in your fork
  3. Pull request "upstream" with your changes
  4. Merge changes into "upstream" repo

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

NOTE: The author of this project reserves the right to reject or modify any submitted contributions.

Copyright and Licensing

This project is licensed under the MIT license.

We do not require you to assign the copyright of your contributions, you retain the copyright. We do require that you make your contributions available under the MIT license in order to be included in the main repo.

If appropriate, include the copyright info at the top of each file. 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.

Contributing code written by others

Please do not contribute code you did not write yourself, unless you are certain you have the legal ability to do so. Also ensure all code contributed can be licensed under the MIT license.