メインコンテンツにスキップ

課題の管理

私たちは、自分たちとユーザーの利益のために、課題を一貫して管理しています。

ラベル

ラベルを使用してください。

初めて課題をトリアージする際には、以下の手順に従ってください。

  • status: needs * ラベルのいずれかを追加します。例: status: needs discussion
  • 他のラベルは追加しないでください。

トリアージ後、以下のラベルを追加してください。

  • needs以外のstatus: *ラベルを *1つ* 追加します。例:status: ready to implement
  • type: *ラベルを *ゼロまたは1つ* 追加します。例:type: new rule
  • syntax: *ラベルを *ゼロ、1つ、または複数* 追加します。例:syntax: scss
  • 必要に応じて、good first issuehelp wantedpriority: highupstreamラベルを追加します。

マイルストーン

マイルストーンを使用してください。

以下の手順に従ってください。

  • 破壊的な変更を導入する課題には、future-majorマイルストーンを使用します。
  • 必要に応じて、今後のリリースを管理するためにバージョンマイルストーン(例:8.x)を作成します。

タイトル

タイトルを統一された形式に変更してください。

以下の手順に従ってください。

  • CHANGELOGグループ名を先頭に付けますが、現在形で記述します。
    • 「yを削除する」、例:「unit-disallowed-listを削除する」
    • 「yのxを非推奨にする」、例:「selector-class-patternresolvedNestedオプションを非推奨にする」
    • 「yを追加する」、例:「unit-disallowed-listを追加する」
    • 「yにxを追加する」、例:「property-disallowed-listignoreProperties: []を追加する」
    • 「yのxの誤検知/検知漏れを修正する」、例:「Less mixinのcolor-no-hexの誤検知を修正する」
  • 課題がルールのグループに適用される場合は、*を使用します。例:「SCSS変数のselector-*-patternの検知漏れを修正する」

担当者

以下のことができます。

  • 自分に課題を割り当てることができますが、許可なく他の人に割り当てることはできません。
  • 相手がまだ課題に取り組んでいるかどうかを確認した後、相手の割り当てを解除することができます。

定型返信

定型返信を使用してください。

課題をクローズする

テンプレートを使用しない場合

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.dokyumento.jp/developer-guide/plugins).

実装準備完了としてラベル付けする

ルールのバグを修正する場合

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

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

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

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

その他の種類の改善の場合

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