|
| 1 | +Contributing to the ERG Widget Repository |
| 2 | +========================================= |
| 3 | + |
| 4 | +Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing). |
| 5 | + |
| 6 | +- ***All development work is to be performed in a branch and when ready for release committed to master.*** |
| 7 | +- ***Your code is required to adhere to coding rules using [JS Hint](http://www.jshint.com/) and [JSCS](http://jscs.info/). There is a .jshintrc file and .jscs file included in the root folder which enforces these styles.*** |
| 8 | + |
| 9 | +Issues |
| 10 | +------ |
| 11 | +Feel free to submit issues and enhancement requests. |
| 12 | + |
| 13 | +Contributing |
| 14 | +------------ |
| 15 | +Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow. |
| 16 | + |
| 17 | + 1. **Fork** the repo on GitHub |
| 18 | + 2. **Clone** the project to your own machine |
| 19 | + 3. **Commit** changes to your own branch |
| 20 | + 4. **Push** your work back up to your fork |
| 21 | + 5. Submit a **Pull request** so that we can review your changes |
| 22 | + |
| 23 | +NOTE: Be sure to merge the latest from "upstream" before making a pull request! |
| 24 | + |
| 25 | +Copyright and Licensing |
| 26 | +----------------------- |
| 27 | +Most Esri open source projects are licensed under the Apache 2.0 license. |
| 28 | + |
| 29 | +Esri does not require you to assign the copyright of your contributions, you retain the copyright. Esri does require that you make your contributions available under the Apache license in order to be included in the main repo. |
| 30 | + |
| 31 | +If appropriate, include the Apache 2.0 license summary at the top of each file along with the copyright info. If you are adding a new file that you wrote, include your name in the copyright notice in the license summary at the top of the file. |
| 32 | + |
| 33 | +Contributing code written by others |
| 34 | +----------------------------------- |
| 35 | +Please do not contribute code you did not write yourself, unless you are certain you have the legal ability to do so. Also ensure all code contributed can be licensed under the Apache License 2.0. |
| 36 | + |
| 37 | +Copyright 2017 by Esri |
| 38 | + |
| 39 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 40 | +you may not use this file except in compliance with the License. |
| 41 | +You may obtain a copy of the License at |
| 42 | + |
| 43 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 44 | + |
| 45 | +Unless required by applicable law or agreed to in writing, software |
| 46 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 47 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 48 | +See the License for the specific language governing permissions and |
| 49 | +limitations under the License. |
0 commit comments