Template for the GFW Map Builder that will be available through ArcGIS Online.
Thanks for contributing to the MapBuilder application. Please review the following items.
- All pull requests should start by checking out a new branch from
developand when you are complete, please submit your pull request back todevelopand not master. - Ensure your commits pass
npm testwhich runseslint src/js/**/*.js. - Test as much as possible to ensure nothiing broke, we will pull the code down and test before accepting.
- If you are pushing CSS changes, make sure to test the 2 latest versions of all major browsers (
Chrome,Safari,Firefox, andEdge) before submitting a pull request.
These are not required but we would be appreciate it if you tried your best to adhere to them.
We try to use feature branch names and not generic names. So use something like update/languages or fix/loss-analysis instead of things like johndoe or johndoe/updates.
Please include a brief description of what you are fixing, updating, or adding to the project so we know what to look for when reviewing.