添加问题 GitHub,什么是礼仪

Adding issue to GitHub, what is etiquette

我是 GitHub 的新手,对某人的代码很感兴趣。然而,有错误,我想补充问题,但我想知道我是否应该先尝试联系那个人(我不认识他,我看到他的博客很有用)

当我尝试用谷歌搜索 GitHub 礼仪时,它指的是 someone who owns the repository 并且必须及时解决问题。

谢谢

打开问题并将其标记为问题(例如)比发送电子邮件或直接联系存储库维护者更有用和高效。

下次有人发现相同的错误或查询时,他们可能还会找到与您要创建的问题相关联的解决方案。

在礼仪方面 GitHub 在 how to create pull-requests from which you might take some hints, but to be honest if you follow the guidelines from Whosebug on how to ask a question 上有很好的 post 在我看来,它们将成为您定位的任何网站的好提示。

如果是运行时或编译(编程)错误:

Include just enough code to allow others to reproduce the problem. For help with this, read How to create a Minimal, Complete, and Verifiable example.

如果这是一个问题,请尝试将您试图实现的目标与您采用的导致错误的解决方案区分开来,至少我是这样做的。