跳到主要內容

管理問題

我們一致管理問題,以造福我們自己和我們的使用者。

標籤

使用 標籤

當你第一次對問題進行分類時,你應該

  • 新增一個 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)來管理即將推出的版本

標題

將標題重新命名為一致的格式。

您應該

  • 變更日誌群組名稱 開頭,但使用現在式:
    • 「移除 y」,例如「移除 unit-disallowed-list
    • 「在 y 中捨棄 x」,例如「在 selector-class-pattern 中捨棄 resolvedNested 選項」
    • 「新增 y」,例如「新增 unit-disallowed-list
    • 「在 y 中新增 x」,例如「在 property-disallowed-list 中新增 ignoreProperties: []
    • 「修正 x 針對 y 的錯誤正例/反例」,例如「修正 color-no-hex 針對 Less 混入的錯誤正例」
  • 如果問題適用於一組規則,請使用 *,例如「修正 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.dev.org.tw/developer-guide/plugins).

標示為準備實作

修正規則中的錯誤

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

There are [steps on how to fix a bug in a rule](https://stylelint.dev.org.tw/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.dev.org.tw/contributing) if you have time.

There are [steps on how to add a new option](https://stylelint.dev.org.tw/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.dev.org.tw/contributing) if you have time.

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

其他類型的改善

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