Skip to content

Commit bf85336

Browse files
committed
Update CONTRIBUTING.md source URLs
- Replace Gist URLs with https://denpaio.github.io/CONTRIBUTING.md - Update all references from Gist to generic "source"
1 parent 252ad20 commit bf85336

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Contributing Guidelines
22

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)
44
>
55
> **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**
77
> - 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
1212
1313
## Code Standards
1414

@@ -65,4 +65,4 @@ yamllint .
6565

6666
---
6767

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

Comments
 (0)