Skip to content

Commit d90677c

Browse files
Fix inconsistent underscore escaping in README.md filenames (#24)
* Initial plan * Fix inconsistent underscore escaping in filenames Co-authored-by: MaximillianGroup <34328348+MaximillianGroup@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MaximillianGroup <34328348+MaximillianGroup@users.noreply.github.com>
1 parent d2d6365 commit d90677c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ A template repository for building WordPress plugins that follows WordPress codi
6060
* **Lockfiles required**: composer.lock, package-lock.json or pnpm-lock.yaml.
6161
* **License scanning**: Policy note (e.g., allowed/denied licenses) and CI step placeholder.
6262
* **Provenance/SLSA note**: Where to add provenance when relevant.
63-
* **Third-party notices**: THIRD\_PARTY\_LICENSES.md guidance.
63+
* **Third-party notices**: THIRD_PARTY_LICENSES.md guidance.
6464

6565
### 7) Product scaffolding (descriptive only)
6666

@@ -73,8 +73,8 @@ A template repository for building WordPress plugins that follows WordPress codi
7373

7474
### 8) Operations & environments
7575

76-
* **LOCAL\_DEVELOPMENT.md**: Required tool versions, make/npx scripts, Docker guidance (if used).
77-
* **RELEASE\_PROCESS.md**: Versioning policy, tag naming, backport rules.
76+
* **LOCAL_DEVELOPMENT.md**: Required tool versions, make/npx scripts, Docker guidance (if used).
77+
* **RELEASE_PROCESS.md**: Versioning policy, tag naming, backport rules.
7878
* **INCIDENTS.md**: Light-weight postmortem template and severity guide.
7979

8080
### 9) SPARXSTAR Profile (uses the Starisian core as-is)

0 commit comments

Comments
 (0)