Skip to content

Commit

Permalink
Update README.md, CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Mar 2, 2016
1 parent e188388 commit 05ceb64
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.

- ...

### [v0.5.1] - 2016-03-02

- Remove `Html` React component in favor of compiled Jade templates `src/views` (e188388f87069cdc7d501b385d6b0e46c98fed60)
- Add global error handling in Node.js/Express app (e188388f87069cdc7d501b385d6b0e46c98fed60)
- Add support for Markdown and HTML for static pages (#469, #477)

### [v0.5.0] - 2016-02-27

- Replace RESTful API endpoint (`src/api`) with GraphQL (`src/data`)
Expand Down Expand Up @@ -34,6 +40,7 @@ All notable changes to this project will be documented in this file.
- Update `docs/how-to-configure-text-editors.md` to cover Atom editor
- Update NPM production and dev dependencies to use the latest versions

[unreleased]: https://github.com/kriasoft/react-starter-kit/compare/v0.5.0...HEAD
[unreleased]: https://github.com/kriasoft/react-starter-kit/compare/v0.5.1...HEAD
[v0.5.1]: https://github.com/kriasoft/react-starter-kit/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.1...v0.5.0
[v0.4.1]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.0...v0.4.1
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See [demo](http://demo.reactstarterkit.com)  | 
[docs](https://github.com/kriasoft/react-starter-kit/tree/master/docs)  | 
[bugs & feature requests](https://waffle.io/kriasoft/react-starter-kit)  | 
[to-do list](https://waffle.io/kriasoft/react-starter-kit)  | 
join [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) chatroom to stay up to date  | 
visit our sponsors:

Expand Down Expand Up @@ -43,6 +43,7 @@ visit our sponsors:
│ ├── /decorators/ # Higher-order React components
│ ├── /public/ # Static files which are copied into the /build/public folder
│ ├── /stores/ # Stores contain the application state and logic
│ ├── /views/ # Express.js views for index and error pages
│ ├── /client.js # Client-side startup script
│ ├── /config.js # Global application settings
│ ├── /routes.js # Universal (isomorphic) application routes
Expand All @@ -67,7 +68,6 @@ visit our sponsors:
* [Membership Database](https://github.com/membership/membership.db) — SQL schema boilerplate for user accounts, profiles, roles, and auth claims
* [React Static Boilerplate](https://github.com/koistya/react-static-boilerplate) — Generates static websites from React components
* [Babel Starter Kit](https://github.com/kriasoft/babel-starter-kit) — Boilerplate for authoring JavaScript/React.js libraries
* [React Decorators](https://github.com/kriasoft/react-decorators) — A collection of higher-order React components

### Learn More

Expand All @@ -83,9 +83,11 @@ visit our sponsors:

### Support

* [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) on Gitter — Feedback, feature requests, Q&A
* [@koistya](https://www.codementor.io/koistya) on Codementor — Mentorship, pair coding, code reviews
* [email protected] — Customization requests, help with GraphQL/Relay, database design etc.
* [#react-starter-kit](http://stackoverflow.com/questions/tagged/react-starter-kit) on Stack Overflow — Questions and answers
* [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) on Gitter — Watch announcements, share ideas and feedback
* [GitHub issues](https://github.com/kriasoft/react-starter-kit/issues), or [Scrum board] — File issues, send feature requests
* [appear.in/react](https://appear.in/react) — Open hours! Exchange ideas and experiences (React, GraphQL, Startups, etc.)
* [@koistya](https://twitter.com/koistya) on [Codementor](https://www.codementor.io/koistya), or [Skype](http://hatscripts.com/addskype?koistya) — Private consulting

### License

Expand Down

0 comments on commit 05ceb64

Please sign in to comment.