跳至主要内容

管理问题

我们一致地管理问题,以造福我们自己和我们的用户。

标签

使用 标签.

当您首次对问题进行分类时,您应该

  • 添加一个 status: needs * 标签,例如 status: needs discussion
  • 不要添加任何其他标签

分类后,您应该添加

  • 一个 非需要 status: * 标签,例如 status: ready to implement
  • 零个或一个 type: * 标签,例如 type: new rule
  • 零个、一个或多个 syntax: * 标签,例如 syntax: scss
  • 可选地,good first issuehelp wantedpriority: highupstream 标签

里程碑

使用 里程碑.

您应该

  • future-major 里程碑用于引入重大更改的问题
  • 可选地,创建版本里程碑(例如 8.x)来管理即将发布的版本

标题

将标题重命名为一致的格式。

您应该

  • CHANGELOG 组名称 开头,但使用现在时
    • "删除 y",例如 "删除 unit-disallowed-list"
    • "在 y 中弃用 x",例如 "在 selector-class-pattern 中弃用 resolvedNested 选项"
    • "添加 y",例如 "添加 unit-disallowed-list"
    • "将 x 添加到 y",例如 "将 ignoreProperties: [] 添加到 property-disallowed-list"
    • "修复 x 对 y 的误报/漏报",例如 "修复 color-no-hex 对 Less mixin 的误报"
  • 如果问题适用于一组规则,则使用 *,例如 "修复 selector-*-pattern 对 SCSS 变量的漏报"

分配者

您可以

  • 将自己分配给一个问题,但不能在未经他人许可的情况下将他人分配给问题
  • 在询问他人是否仍在处理问题后,取消分配他人

保存的回复

您应该使用 保存的回复.

关闭问题

不使用模板的问题

Thank you for creating this issue. However, issues need to follow one of our templates so that we can clearly understand your particular circumstances.

Please help us help you by [recreating the issue](https://github.com/stylelint/stylelint/issues/new/choose) using one of our templates.

最适合作为插件的问题

Thank you for your suggestion. I think this is best-suited as a [plugin](https://stylelint.node.org.cn/developer-guide/plugins).

标记为准备实施

修复规则中错误的问题

I've labeled the issue as ready to implement. Please consider [contributing](https://stylelint.node.org.cn/contributing) if you have time.

There are [steps on how to fix a bug in a rule](https://stylelint.node.org.cn/developer-guide/rules#fix-a-bug-in-a-rule) in the Developer guide.

向规则添加新选项的问题

I've labeled the issue as ready to implement. Please consider [contributing](https://stylelint.node.org.cn/contributing) if you have time.

There are [steps on how to add a new option](https://stylelint.node.org.cn/developer-guide/rules#add-an-option-to-a-rule) in the Developer guide.

添加新规则的问题

I've labeled the issue as ready to implement. Please consider [contributing](https://stylelint.node.org.cn/contributing) if you have time.

There are [steps on how to add a new rule](https://stylelint.node.org.cn/developer-guide/rules#add-a-rule) in the Developer guide.

其他类型的改进问题

I've labeled the issue as ready to implement. Please consider [contributing](https://stylelint.node.org.cn/contributing) if you have time.