Files
openmlsys-zh/info/issue.md
Dalong be92a3ff40 fix image reference (#146)
* fix image reference

* add issue doc

* Update requirements.md

fix #159

* Update program_model.md

fix #162

* Update style.md
2022-03-21 17:17:45 +08:00

13 lines
682 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Issue的label
目前我们的issue主要有如下label:
- great suggestion: 表示该issue是用户为本书的内容提供的写作建议并且该建议是一个很好的建立
- discussion: 表示该issue是用户针对文章内容进行特定讨论或用户对内容进行了建议并且该建议还处在商讨中
- to be confirmed: 表示该issue被assign给了章节作者但是目前章节作者并没有回复处理这个issue
- confirmed: 表示该issue被章节作者已经确认
- fixed: 表示该issue相关的pr被approve/merge
常规而言一个针对书籍内容校正的issue的状态变换应该为:
to be confirmed ----> confirmed ----> fixed