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
Thank you for your contribution to the `vacs` dataset.
4
+
5
+
> [!WARNING]
6
+
> Please make sure your dataset is in the correct `dataset/{FIR}/` directory, otherwise it will not be picked up by our validations and release process.
7
+
8
+
If you're contributing configuration for a new FIR, please add a small paragraph about your affiliation to the respective FIR to this PR description. We'll be glad to accept your contribution, but would like to ensure our dataset's origin is transparent.
9
+
After the first PR was merged, we'll add you to the CODEOWNERS file for that FIR, so that future changes can be reviewed by you.
10
+
11
+
If you're contributing for an existing FIR, we'll wait for feedback from the current CODEOWNER(s) before merging.
12
+
13
+
_You may just delete these paragraphs from your PR description, they're just here to remind you of our contribution guidelines._
14
+
15
+
## Auto-Formatting
16
+
17
+
This repository uses [autofix.ci](https://autofix.ci) to automatically ensure consistent code formatting using our [prettier](https://prettier.io) configuration.
18
+
The `autofix-ci` bot will automatically push formatting fixes to your branch if needed.
19
+
20
+
> [!IMPORTANT]
21
+
> Please **enable "Allow edits by maintainers"** so that the bot can push commits to your PR branch.
22
+
23
+
Look for the **"Allow edits by maintainers"** checkbox when creating the PR (below the description box or in the right sidebar). Please ensure this checkbox is checked before submitting the PR.
24
+
25
+
The `autofix-ci` bot will automatically push formatting fixes to your branch if needed (commits will have the message `chore(dataset): format with prettier`).
26
+
27
+
<details>
28
+
<summary>If you prefer not to enable this setting:</summary>
29
+
30
+
Make sure your dataset changes are formatted properly.
31
+
If your editor supports `prettier`, formatting should happen automatically.
32
+
33
+
**Malformed dataset files will automatically be rejected by CI.**
0 commit comments