Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 0fb5697

Browse files
authored
Merge pull request #97 from Esri/dev
Merge dev into master
2 parents dfcf0d4 + 866d764 commit 0fb5697

File tree

301 files changed

+17477
-3655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+17477
-3655
lines changed

CONTRIBUTING.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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.

ERG/FacilitiesPane.js

Lines changed: 0 additions & 74 deletions
This file was deleted.

ERG/FacilitiesView.js

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)