问题协调员
在 PR协作者 的基础上,正式的审批者、评审者和SIG Docs的成员将进行为期一周的值班,对存储库的问题进行分类和标记。
职责
在为期一周的值班中,问题协作者将负责:
要求
- 必须是Kubernetes组织的活跃成员。
- 至少有15次对Kubernetes的非微小贡献(其中一部分应面向 `kubernetes/website`)。
- 已经以非正式身份担任过此角色。
协作者的Prow命令助手
以下是一些问题协作者常用的命令:
# reopen an issue
/reopen
# transfer issues that don't fit in k/website to another repository
/transfer[-issue]
# change the state of rotten issues
/remove-lifecycle rotten
# change the state of stale issues
/remove-lifecycle stale
# assign sig to an issue
/sig <sig_name>
# add specific area
/area <area_name>
# for beginner friendly issues
/good-first-issue
# issues that needs help
/help wanted
# tagging issue as support specific
/kind support
# to accept triaging for an issue
/triage accepted
# closing an issue we won't be working on and haven't fixed yet
/close not-planned
要查找更多Prow命令,请参阅命令帮助文档。
何时关闭问题
一个开源项目的成功离不开良好的问题管理。但为了维护存储库并与贡献者和用户进行清晰的沟通,及时解决问题也至关重要。
在以下情况下关闭问题:
- 报告了重复的类似问题。您需要先将其标记为 `/triage duplicate`;将其链接到主问题;然后关闭它。同时建议将用户引导至原始问题。
- 根据作者提供的信息,很难理解和解决所提出的问题。但是,鼓励用户提供更多详细信息,或者在他们以后可以重现问题时重新打开它。
- 已在其他地方实现了相同的功能。您可以关闭此问题并将用户引导至适当的位置。
- 报告的问题目前未被计划或与项目目标不一致。
- 如果问题看起来是垃圾信息且明显无关。
- 如果问题与外部限制或依赖性有关,并且超出了项目的控制范围。
要关闭问题,请在问题中留下 `/close` 的评论。
最后修改日期:2023年11月22日太平洋标准时间下午2:16:Fix broken link on issue-wrangler.md (453c19edfd)