This guide describes how you can contribute code improvements to the ArcGIS API for JavaScript.
- Review the README.
- Create a new feature branch in your local repo.
- The name of the branch doesn't matter, but as a best practice use a descriptive name like "add-annotation-layer".
- Write code to add an enhancement or fix the problem.
- Test your code.
- Push your feature branch to the repo or your fork of the repo if you don't have push access.
- Submit a pull request against the "master" branch.
- Clearly describe the issue including steps to reproduce; or if an enhancement, indicate the functionality you built.