diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e091b1d67c40..53f16e16bb43 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -9,9 +9,9 @@ contact_links: - name: 🧩 IntelliJ extension issues url: https://github.com/biomejs/biome-intellij about: File an issue in the biome-intellij repository - - name: ✅ Linter rule requests - url: https://github.com/biomejs/biome/discussions/3 - about: Please add a comment to the discussion named "Linter rules from other sources" + - name: ✅ Linter rule suggestions + url: https://github.com/biomejs/biome/discussions/new?category=rule-suggestion + about: Please create a discussion for rule suggestions - name: 💡 Feature requests url: https://github.com/biomejs/biome/discussions/new about: Please use a new Github discussion to propose ideas of feature requests diff --git a/.github/labeler.yml b/.github/labeler.yml index 22fa32a233c6..baf9fec6aeb7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -23,6 +23,10 @@ A-Project: - any-glob-to-any-file: - crates/biome_service/** - crates/biome_configuration/** + - crates/biome_dependency_graph/** + - crates/biome_package/** + - crates/biome_plugin_loader/** + - crates/biome_project_layout/** A-Linter: - changed-files: