Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.37 KB

CONTRIBUTING.md

File metadata and controls

31 lines (25 loc) · 2.37 KB

Contributing to ArcGIS Flex API Samples

There are many ways you can contribute to the ArcGIS Flex API Samples.

  • Suggest enhancements on forum or as GitHub issues.
  • Report potential bugs to Esri Support.
  • Contribute code, as pull requests, to the ArcGIS Flex API samples.

This guide describes how you can contribute code improvements to the ArcGIS Flex API samples.

  1. Make sure you have a GitHub account.
  2. Fork the Flex API Samples repo on GitHub.
  3. Clone it to your local machine.
  4. Checkout the develop branch.
  5. Create a new feature branch on your local machine.
    • The name of the branch doesn't matter, but as a best practice use a descriptive name like "add-errorcheck-for-annotation-layers".
  6. Write code to add an enhancement or fix the problem.
  7. Test your code.

Submitting changes

  1. Read the License section below.
  2. Push the changes in your feature branch to your repo.
  3. Submit a pull request against the "develop" branch. Submitting a pull request will open a GitHub issue.
    • Clearly describe the issue including steps to reproduce; or if an enhancement, indicate the functionality you built.

License

By contributing your code, you agree to license your contribution under the terms of the Apache License 2.0. See item 5 of https://github.com/Esri/arcgis-viewer-flex/blob/master/license.txt for more details.