ideas
ideas copied to clipboard
GitHub Without Code
An interface to GitHub without any code whatsoever, with the goal of making a nicer experience for people who want to use GitHub purely for project management/discussion (mostly Issues)
+!!!!!!!!
But seriously couldn't we do this relatively easily? Issues are exposed via API (https://developer.github.com/v3/issues/#list-issues-for-a-repository) so it would involve monitoring for new issues, appending one line to readme and pushing? 'Hooks' are a thing that do things, right??
Yup.
On May 21, 2014, at 12:26 PM, Jake Solomon [email protected] wrote:
But seriously couldn't we do this relatively easily? Issues are exposed via API (https://developer.github.com/v3/issues/#list-issues-for-a-repository) so it would involve monitoring for new issues, appending one line to readme and pushing? 'Hooks' are a thing that do things, right??
— Reply to this email directly or view it on GitHub.
+infinity