How to have a private repository with public issue tracker on GitHub?

浪尽此生 提交于 2019-12-13 11:39:39

问题


I am going to release some beta version of my application to the community. Project is stored on GitHub in the private repository.

I would like to allow this community to report bugs and place them directly on GitHub Issues tab - it's not provided by GitHub right now. Do you have any idea, how to cover this flow ?


回答1:


Bitbucket provides this. You can keep the code private but make tracker public (anyone can view, create, and comment on issues).




回答2:


Not possible as of 2019-09 as documented at: https://help.github.com/articles/issues-only-access-permissions/ (archive):

GitHub does not provide issues-only access permissions, but you can accomplish this using a second repository which contains only the issues.

They suggest that you create a separate public repository just for the issues instead.

Possible same request: Github-like hosting, with private source, public ticketing system



来源:https://stackoverflow.com/questions/11503246/how-to-have-a-private-repository-with-public-issue-tracker-on-github

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!