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
-`.github/scripts/` — helper scripts used by workflows
26
+
-`.github/instructions/` — path-scoped Copilot rules that attach by file glob (see `.github/copilot-instructions.md`)
27
+
-`CONTRIBUTING.md` — contributor guide
22
28
-`_site/`, `_freeze/`, `.quarto/` — build artifacts (do not edit by hand)
23
29
24
30
## Style conventions
@@ -37,12 +43,14 @@ Mirrors [`.github/copilot-instructions.md`](.github/copilot-instructions.md). Ke
37
43
-**Submodules**: `macros/` is the only git submodule (see `.gitmodules`). Run `git submodule update --init --recursive` after cloning.
38
44
-**Spell check**: words go in `inst/WORDLIST` (see `.github/workflows/check-spelling.yaml`). Update the wordlist instead of disabling the check.
39
45
-**Link check**: tuned in `lychee.toml`; prefer fixing broken links over adding exceptions.
46
+
-**Other CI checks**: workflows also verify bibliography DOIs (`check-bibliography-dois.yml`) and flag non-standard characters (`check-non-standard-chars.yaml`). Fix the flagged source rather than relaxing the check.
47
+
-**Dependencies**: Dependabot auto-updates the `macros` submodule and GitHub Actions (see `.github/dependabot.yml`); don't bump those by hand unless a PR needs it.
0 commit comments