Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在发布问题时通知 github repo 的观察者?理想情况下,自动?
(观看give.github.com的人大概是为了在发布问题时得到通知,而不是知道网页何时更新!)
当前解决方案:
手动,从克隆仓库中的命令行:
git commit --allow-empty -m "issue #2 posted" git push
这有望通知每个人,他们会直接获得指向该问题的超链接,但这不是自动的。