-
-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into conaclos/js-sematic/b…
…inding-index-refactor
- Loading branch information
Showing
4,790 changed files
with
337,894 additions
and
75,947 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/website/src/content/docs/ja/ @biomejs/japanese-translation-reviewers | ||
/website/.textlintrc.json @biomejs/japanese-translation-reviewers | ||
/website/prh.yml @biomejs/japanese-translation-reviewers | ||
/.github/workflows/ja-translation.yaml @biomejs/japanese-translation-reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
github: [biomejs] | ||
open_collective: biome | ||
custom: ["https://polar.sh/biomejs"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: 📝 Formatter bug report | ||
description: Report a bug or regression of the formatter | ||
title: "📝 <TITLE>" | ||
labels: ["S-To triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for submitting the bug! We'll try to triage it ASAP! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Bug reports that don't follow this template will be closed. | ||
Please provide a clear and concise description of what the bug is. | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment information | ||
description: Run the command `biome rage` and paste its output here. Please review it, in case there are sensitive information you don't want to share. | ||
render: bash | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: configuration | ||
attributes: | ||
label: Configuration | ||
description: Share the contents of you `biome.json` file | ||
render: JSON | ||
placeholder: | | ||
{ | ||
"formatter": {}, | ||
"javascript": { | ||
"formatter": {} | ||
} | ||
} | ||
validations: | ||
required: false | ||
- type: input | ||
id: playground-link | ||
attributes: | ||
label: Playground link | ||
description: | | ||
Provide a detailed list of steps that reproduce the issue | ||
The more information and included steps, the quicker your report can be triaged and addressed! | ||
You can also use the [playground](https://biomejs.dev/playground/) to share code snippets. | ||
This is useful to reproduce the issue. | ||
If you can't use the playground, use our official [CBS template](https://codesandbox.io/p/sandbox/biome-starter-cbs-rky6zq). | ||
Fork it and share a reproduction. | ||
placeholder: https://biomejs.dev/playground/... | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: coc | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/biomejs/biome/blob/main/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow Biome's Code of Conduct | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: 💅 Linter bug report | ||
description: Report a bug or regression of the linter | ||
title: "💅 <TITLE>" | ||
labels: ["S-To triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for submitting the bug! We'll try to triage it ASAP! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Bug reports that don't follow this template will be closed. | ||
Please provide a clear and concise description of what the bug is. | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment information | ||
description: Run the command `biome rage` and paste its output here. Please review it, in case there are sensitive information you don't want to share. | ||
render: bash | ||
validations: | ||
required: true | ||
- type: input | ||
id: rule-name | ||
attributes: | ||
label: Rule name | ||
description: The name of the rule | ||
validations: | ||
required: true | ||
- type: input | ||
id: playground-link | ||
attributes: | ||
label: Playground link | ||
description: | | ||
Provide a detailed list of steps that reproduce the issue | ||
The more information and included steps, the quicker your report can be triaged and addressed! | ||
You can also use the [playground](https://biomejs.dev/playground/) to share code snippets. | ||
This is useful to reproduce the issue. | ||
If you can't use the playground, use our official [CBS template](https://codesandbox.io/p/sandbox/biome-starter-cbs-rky6zq). | ||
Fork it and share a reproduction. | ||
placeholder: https://biomejs.dev/playground/... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-result | ||
attributes: | ||
label: Expected result | ||
description: Describe what you expected to happen. | ||
placeholder: It should not throw an error. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: coc | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/biomejs/biome/blob/main/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow Biome's Code of Conduct | ||
required: true |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: 📚 Documentation issue | ||
description: Report a possible issue in the documentation | ||
title: "📚 <TITLE>" | ||
labels: ["S-To triage", "A-Documentation"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for submitting this issue! We'll try to triage it ASAP! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Documentation issue reports that don't follow this template will be closed. | ||
Please provide a clear and concise description of what the issue is. | ||
- type: input | ||
id: url | ||
attributes: | ||
label: Documentation URL | ||
description: Provide the URL of the documentation page where you found the issue. | ||
placeholder: https://biomejs.dev/guides/getting-started/ | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Provide a detailed description of the issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectations | ||
attributes: | ||
label: Expectations | ||
description: Describe what you expected to see. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/biomejs/biome/blob/main/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow Biome's Code of Conduct | ||
required: true |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Automatically add language labels to documentation issues that provide a link | ||
# to the documentation page by extracting the language from the given URL. When | ||
# adding a new language, make sure to add the corresponding language code to the | ||
# negative lookahead in the english regex, so that it doesn't match the english | ||
# documentation URL. | ||
|
||
'Lang-Chinese': | ||
- 'https://biomejs.dev/zh-cn/' | ||
'Lang-English': | ||
- 'https://biomejs.dev/(?!(zh-cn|ja|pt-br))' | ||
'Lang-Japanese': | ||
- 'https://biomejs.dev/ja/' | ||
'Lang-Portuguese': | ||
- 'https://biomejs.dev/pt-br/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ A-Diagnostic: | |
|
||
A-Tooling: | ||
- xtask/** | ||
- crates/biome_ungrammar/** | ||
|
||
A-Website: | ||
- website/** | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.