|
1 | 1 | # Contributing Guidelines |
2 | 2 |
|
3 | | -> **⚠️ Source of Truth**: [CONTRIBUTING.md on Gist](https://gist.githubusercontent.com/shikendon/2f6c3d48bba357bd094ca87ca5817802/raw/CONTRIBUTING.md) |
| 3 | +> **⚠️ Source of Truth**: [CONTRIBUTING.md](https://denpaio.github.io/CONTRIBUTING.md) |
4 | 4 | > |
5 | 5 | > **MANDATORY: Version Check Before Any Work**: |
6 | | -> - **ALWAYS verify this file matches the Gist source before making any changes** |
| 6 | +> - **ALWAYS verify this file matches the source before making any changes** |
7 | 7 | > - If outdated, MUST update to latest version first via PR |
8 | | -> - To check: `curl -s https://gist.githubusercontent.com/shikendon/2f6c3d48bba357bd094ca87ca5817802/raw/CONTRIBUTING.md | diff CONTRIBUTING.md -` |
9 | | -> - To sync: `curl -o CONTRIBUTING.md https://gist.githubusercontent.com/shikendon/2f6c3d48bba357bd094ca87ca5817802/raw/CONTRIBUTING.md` |
10 | | -> - DO NOT modify this file directly - all changes must be made in the Gist |
11 | | -> - After Gist updates, submit a PR to update this repository's copy |
| 8 | +> - To check: `curl -s https://denpaio.github.io/CONTRIBUTING.md | diff CONTRIBUTING.md -` |
| 9 | +> - To sync: `curl -o CONTRIBUTING.md https://denpaio.github.io/CONTRIBUTING.md` |
| 10 | +> - DO NOT modify this file directly - all changes must be made in the source |
| 11 | +> - After source updates, submit a PR to update this repository's copy |
12 | 12 |
|
13 | 13 | ## Code Standards |
14 | 14 |
|
@@ -65,4 +65,4 @@ yamllint . |
65 | 65 |
|
66 | 66 | --- |
67 | 67 |
|
68 | | -<!-- For Claude Code: CRITICAL - Before any work, verify CONTRIBUTING.md is up-to-date with Gist source. If outdated, stop and request update via PR first. Strictly follow all standards above. Verify linter compliance before marking tasks complete. --> |
| 68 | +<!-- For Claude Code: CRITICAL - Before any work, verify CONTRIBUTING.md is up-to-date with source. If outdated, stop and request update via PR first. Strictly follow all standards above. Verify linter compliance before marking tasks complete. --> |
0 commit comments