Contributing to ArcGIS Viewer for Flex HeatMap Widget

March 21, 2013 ยท View on GitHub

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

  • Be active on the forum.
  • Create and share your own (custom version) of the widget.
  • Contribute to the ArcGIS Viewer for Flex HeatMap Widget source code.

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

The ArcGIS Viewer for Flex HeatMap Widget is a sample widget that was originally built by Lloyd Heberlie at Esri and has had many contributions from the Flex Team at Esri. We are excited that you are interested in improving the HeatMap Widget 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 HeatMap Widget 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-min-max-scale-to-layer".
  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 the Apache License 2.0 for more details.