Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

31 lines (24 loc) · 1.55 KB

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

Contributing

There are many ways you can contribute to this repo.

  • Suggest enhancements or code changes as GitHub issues.
  • Contribute code, as pull requests, to the repo.
  • Report potential bugs to Esri Support.

Contribute code improvements

  1. Make sure you have a GitHub account.
  2. Fork the repo on GitHub.
  3. Clone it to your local machine.
  4. 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".
  5. Write code to add an enhancement or fix the problem.
  6. Test your code.

Submitting changes

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