You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/bot/configuration.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,42 @@ can configure how you want `@all-contributors` to generate the list.
10
10
11
11
> You are viewing the 🤖Bot Configuration, which is similar to the [CLI Configuration](/cli/configuration)
12
12
13
+
## JSON Schema
14
+
15
+
You can validate your `.all-contributorsrc` configuration file using the JSON schema available on [SchemaStore](https://www.schemastore.org/all-contributors.json).
16
+
17
+
This helps in catching configuration errors early and provides auto-completion in compatible editors (like VS Code).
18
+
19
+
Example `.all-contributorsrc` with `$schema` added:
0 commit comments