ember.js-dashboard
ember.js-dashboard copied to clipboard
Add templates for all GitHub events
support all these events: http://developer.github.com/v3/events/types/, at least those who make sense.
- ~~CommitCommentEvent~~
- ~~CreateEvent~~
- ~~DeleteEvent~~
- ~~DownloadEvent~~
- FollowEvent
- ~~ForkEvent~~
- ForkApplyEvent
- GistEvent
- ~~GollumEvent~~
- ~~IssueCommentEvent~~
- ~~IssuesEvent~~
- ~~MemberEvent~~
- PublicEvent
- ~~PullRequestEvent~~
- ~~PullRequestReviewCommentEvent~~
- ~~PushEvent~~
- TeamAddEvent
- ~~WatchEvent~~
I guess ForkApplyEvent needn't be supported, see holman/feedback#176