Skip to content

Commit 5caaed0

Browse files
hyperpolymathclaude
andcommitted
Replace RSR template placeholders with actual values
Fill {{REPO}}, {{OWNER}}, {{FORGE}}, {{AUTHOR}}, {{AUTHOR_EMAIL}}, {{SECURITY_EMAIL}}, {{CURRENT_YEAR}}, and {{PROJECT_NAME}} across CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, issue templates, and workflow files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4630ebc commit 5caaed0

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Our Pledge
66

7-
We as members, contributors, and leaders pledge to make participation in {{PROJECT_NAME}} a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
7+
We as members, contributors, and leaders pledge to make participation in Ipv6 Tools a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
88

99
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
1010

@@ -292,7 +292,7 @@ We thank these communities for their leadership in creating welcoming spaces.
292292

293293
If you have questions about this Code of Conduct:
294294

295-
- Open a [Discussion](https://{{FORGE}}/hyperpolymath/ipv6-tools/discussions) (for general questions)
295+
- Open a [Discussion](https://github.com/hyperpolymath/ipv6-tools/discussions) (for general questions)
296296
- Email {{CONDUCT_EMAIL}} (for private questions)
297297
- Contact any maintainer directly
298298

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Clone the repository
2-
git clone https://{{FORGE}}/hyperpolymath/ipv6-tools.git
2+
git clone https://github.com/hyperpolymath/ipv6-tools.git
33
cd ipv6-tools
44

55
# Using Nix (recommended for reproducibility)
@@ -53,7 +53,7 @@ ipv6-tools/
5353
5454
**Before reporting**:
5555
1. Search existing issues
56-
2. Check if it's already fixed in `{{MAIN_BRANCH}}`
56+
2. Check if it's already fixed in `main`
5757
3. Determine which perimeter the bug affects
5858
5959
**When reporting**:
@@ -86,10 +86,10 @@ Use the [feature request template](.github/ISSUE_TEMPLATE/feature_request.md) an
8686
8787
Look for issues labelled:
8888
89-
- [`good first issue`](https://{{FORGE}}/hyperpolymath/ipv6-tools/labels/good%20first%20issue) — Simple Perimeter 3 tasks
90-
- [`help wanted`](https://{{FORGE}}/hyperpolymath/ipv6-tools/labels/help%20wanted) — Community help needed
91-
- [`documentation`](https://{{FORGE}}/hyperpolymath/ipv6-tools/labels/documentation) — Docs improvements
92-
- [`perimeter-3`](https://{{FORGE}}/hyperpolymath/ipv6-tools/labels/perimeter-3) — Community sandbox scope
89+
- [`good first issue`](https://github.com/hyperpolymath/ipv6-tools/labels/good%20first%20issue) — Simple Perimeter 3 tasks
90+
- [`help wanted`](https://github.com/hyperpolymath/ipv6-tools/labels/help%20wanted) — Community help needed
91+
- [`documentation`](https://github.com/hyperpolymath/ipv6-tools/labels/documentation) — Docs improvements
92+
- [`perimeter-3`](https://github.com/hyperpolymath/ipv6-tools/labels/perimeter-3) — Community sandbox scope
9393
9494
---
9595

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
4444
|---|---|
4545
| **Email** | j.d.a.jewell@open.ac.uk |
4646
| **PGP Key** | [Download Public Key]({{PGP_KEY_URL}}) |
47-
| **Fingerprint** | `{{PGP_FINGERPRINT}}` |
47+
| **Fingerprint** | `[PGP fingerprint not set]` |
4848

4949
```bash
5050
# Import our PGP key
@@ -332,7 +332,7 @@ To stay informed about security updates:
332332

333333
## Security Best Practices
334334

335-
When using {{PROJECT_NAME}}, we recommend:
335+
When using Ipv6 Tools, we recommend:
336336

337337
### General
338338

@@ -383,7 +383,7 @@ This security policy may be updated from time to time. Significant changes will
383383

384384
---
385385

386-
*Thank you for helping keep {{PROJECT_NAME}} and its users safe.* 🛡️
386+
*Thank you for helping keep Ipv6 Tools and its users safe.* 🛡️
387387

388388
---
389389

ipv6-site-enforcer/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ipv6-site-enforcer/
5353
5454
**Before reporting**:
5555
1. Search existing issues
56-
2. Check if it's already fixed in `{{MAIN_BRANCH}}`
56+
2. Check if it's already fixed in `main`
5757
3. Determine which perimeter the bug affects
5858
5959
**When reporting**:

0 commit comments

Comments
 (0)