Skip to content

Commit

Permalink
Merge pull request #796 from json-api/contributing
Browse files Browse the repository at this point in the history
add contributing guidelines
  • Loading branch information
dgeb committed Jun 29, 2015
2 parents 2229e36 + 7edf40c commit 59f6c25
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Issue Tracker
> http://github.com/json-api/json-api/issues
Our issue tracker can always be used to address internal inconsistencies within
the current specification, or updates to the website. Beyond this, we try to
limit discussions to those which focus on problems that will be dealt with in
the next version of JSON API. A roadmap can be found on the [about] section of
our website.

The ideal world we are shooting for is an empty issue tracker on release days.

## Discussion Forum
> http://discuss.jsonapi.org
Our discussion forum is where general conversations about JSON-API should take
place. Ideas for new extensions and questions about how to correctly implement
or consume an API that adheres to the JSON API specification belong here.

[about]: http://jsonapi.org/about
8 changes: 8 additions & 0 deletions about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ There are five primary editors of this specification:
- [Tyler Kellen](http://twitter.com/tkellen)
- [Ethan Resnick](http://twitter.com/ethanresnick)

## Roadmap <a href="#roadmap" id="roadmap" class="headerlink"></a>

### 1.1
**Targeted Release Date:** September 30th, 2015

* Embedding / creating multiple related resources in a single request
* Extension support

## History <a href="#history" id="history" class="headerlink"></a>

JSON API was originally drafted by [Yehuda Katz](http://twitter.com/wycats)
Expand Down

0 comments on commit 59f6c25

Please sign in to comment.