Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit bcac35e

Browse files
authored
Merge pull request #120 from adamvoss/repo-info
Cleanup README and add CONTRIBUTING
2 parents 2bc0ddb + d8109f4 commit bcac35e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Thank you for your interest in contributing to JSON Schema! Your participation is appreciated!
2+
3+
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).

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
## Repo for the JSON Schema website!
1+
# JSON Schema Website
22

3-
This repo is currently undergoing a complete restructuring and removing of content not related to the website.
4-
It was a copy of the gh-pages branch over on the old org repo.
3+
This is the repository for the [JSON Schema website](http://json-schema.org).
54

6-
For current work on JSON Schema, please see https://github.com/json-schema-org/json-schema-spec
7-
8-
The JSON Schema web site is at http://json-schema.org
5+
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.
96

107
## Status
11-
For the current status of issues and pull requests, please see the following labels
8+
For the current status of issues and pull requests, please see the following badges
9+
10+
[![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)
1211

1312
[![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)
1413

0 commit comments

Comments
 (0)