From 3e57213b1f15d5984b7295d5c4fa0472d840c751 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 28 Aug 2015 14:27:35 -0400 Subject: [PATCH] updated README.md added contributing.md --- README.md | 30 +++++++++++++++++++++++++++++- contributing.md | 1 + 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 contributing.md diff --git a/README.md b/README.md index b69bf72..382f401 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,32 @@ Results: '#text' : 'my value' } } - } \ No newline at end of file + } + +## Issues + +Find a bug or want to request a new feature? Please let us know by submitting an issue. + +## Contributing + +Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing). + +## Licensing +Copyright 2015 Esri + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +A copy of the license is available in the repository's license file. + +[](Esri Tags: hermes) +[](Esri Language: Python)​ \ No newline at end of file diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..084f8d1 --- /dev/null +++ b/contributing.md @@ -0,0 +1 @@ +Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing). \ No newline at end of file