From d8109f495e94e40b5ded06375d94fc9f43d507c7 Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Fri, 26 May 2017 16:04:35 -0500 Subject: [PATCH] Cleanup README and add CONTRIBUTING --- CONTRIBUTING.md | 3 +++ README.md | 13 ++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..6f0efcc2 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +Thank you for your interest in contributing to JSON Schema! Your participation is appreciated! + +If your question/request/change concerns the [JSON Schema Website](json-schema.org) you are in the right place. If your question/request/change concerns the JSON Schema specification drafts or meta-schemas, please go to [the JSON Schema specification repository](https://github.com/json-schema-org/json-schema-spec). \ No newline at end of file diff --git a/README.md b/README.md index 6a307b24..30a832a4 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ -## Repo for the JSON Schema website! +# JSON Schema Website -This repo is currently undergoing a complete restructuring and removing of content not related to the website. -It was a copy of the gh-pages branch over on the old org repo. +This is the repository for the [JSON Schema website](http://json-schema.org). -For current work on JSON Schema, please see https://github.com/json-schema-org/json-schema-spec - -The JSON Schema web site is at http://json-schema.org +For issues, discussion, and changes to the JSON Schema specification, please use the [json-schema-spec](https://github.com/json-schema-org/json-schema-spec) repository. ## Status -For the current status of issues and pull requests, please see the following labels +For the current status of issues and pull requests, please see the following badges + +[![Issues](https://img.shields.io/github/issues-raw/json-schema-org/json-schema-org.github.io.svg)](https://github.com/json-schema-org/json-schema-org.github.io/issues) [![Available](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Status:%20Available.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22Status%3A+Available%22) [![In Progress](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Status:%20In%20Progress.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Status:%20In%20Progress) [![Review Needed](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Status:%20Review%20Needed.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Status%3A%20Review%20Needed)