Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.89 KB

CONTRIBUTING.md

File metadata and controls

39 lines (30 loc) · 2.89 KB

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Contributing to ArcGIS Viewer for Flex

There are many ways you can contribute to the ArcGIS Viewer for Flex.

  • Be active on the forum.
  • Suggest enhancements on ArcGIS Ideas.
  • Create and share your own (custom) widgets.
  • Report potential bugs to Esri Support.
  • Contribute to the ArcGIS Viewer for Flex source code.

This guide describes how you can contribute improvements to the ArcGIS Viewer for Flex source code.

The ArcGIS Viewer for Flex is built by the Flex Team at Esri and contributors like you. We are excited that you are interested in improving the Flex Viewer source code. This guide will help make sure your contribution (pull request) will be accepted and easily merged.

  1. Make sure you have a GitHub account.
  2. Fork the Flex Viewer 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 "fix-look-of-widgetgroup-hover-state".
  6. Write code to add an enhancement or fix the problem.
  7. Test your code.

Submitting changes

  1. Push the changes in your feature branch to your repo.
  2. 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.