문제

For Launchpad projects, it is possible to offer community support thanks to the Questions & Answers. How can I enable similar functionality for my Github project? Is there something already offered by Github, or some other site? The purpose is to help with for example software installation.

도움이 되었습니까?

해결책 2

There is no Q&A functionality in Github. Q&As and forums can, however, be created at other sites, for example googlegroups.

다른 팁

I believe there's nothing like that on GitHub. However, exploiting available tools, I would use the project wiki to build a knowledge base about your software, and the issue tracker (perhaps with some kind of "documentation" category/label) as a mean to reproduce Q&A threads, which ideally should result in a wiki page (that you'll need to put together yourself) with some kind of definitive answer to the specific question.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top