TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Caine – A GitHub bot

48 点作者 indutny超过 10 年前

3 条评论

indutny超过 10 年前
Hello!<p>Just a couple of notes about it, in case if you haven&#x27;t seen the README.md yet ;)<p>The Caine is a bot to help maintainers of large Open Source projects to off-load the tagging and assigning functions to the issue reporters.<p>The Caine will parse the CONTRIBUTING.md file and get all required info out of it. It will ask the authors of the issues to fill the form to help it tag the issue, and will tag it and assign to one of the maintainers after the proper reply.<p>We are currently using it for: <a href="https://github.com/iojs/io.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;iojs&#x2F;io.js</a> . Which should (ideally) let us unsubscribe from unfiltered github notifications, and get emails only for the issues that we was assigned to.
评论 #8722118 未加载
gerry_shaw超过 10 年前
Here is an example of what it does to an issue. It wasn&#x27;t immediately obvious from the README. <a href="https://github.com/iojs/io.js/issues/105" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;iojs&#x2F;io.js&#x2F;issues&#x2F;105</a>
moe超过 10 年前
The charme of the github issue tracker is its simplicity.<p>Polluting every issue thread with some kind of interactive quiz very much ruins that.<p>If you want formalized bug-reports then you should rather upgrade to a more sophisticated issue tracker (redmine, mantis, bugzilla, etc).
评论 #8720103 未加载