Skip to content

Commit 4a63512

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 d6f1bb2 commit 4a63512

39 files changed

Lines changed: 167 additions & 167 deletions

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
TEMPLATE INSTRUCTIONS (delete this block before publishing)
66
============================================================================
77
Replace all {{PLACEHOLDER}} values:
8-
{{PROJECT_NAME}} - Your project name
8+
Panll - Your project name
99
hyperpolymath - GitHub/GitLab username or org
1010
panll - Repository name
1111
{{CONDUCT_EMAIL}} - Email for conduct reports
1212
{{CONDUCT_TEAM}} - Name of conduct team/committee
1313
{{RESPONSE_TIME}} - Initial response SLA (e.g., 48 hours)
14-
{{CURRENT_YEAR}} - Current year
14+
2026 - Current year
1515
1616
Review and customise:
1717
- Adjust enforcement ladder for your community size
@@ -22,7 +22,7 @@ Review and customise:
2222

2323
## Our Pledge
2424

25-
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.
25+
We as members, contributors, and leaders pledge to make participation in Panll 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.
2626

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

@@ -324,4 +324,4 @@ We're all here because we care about this project. Let's make it a place where e
324324

325325
---
326326

327-
<sub>Last updated: {{CURRENT_YEAR}} · Based on Contributor Covenant 2.1</sub>
327+
<sub>Last updated: 2026 · Based on Contributor Covenant 2.1</sub>

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ panll/
100100

101101
**Before reporting**:
102102
1. Search existing issues
103-
2. Check if it's already fixed in `{{MAIN_BRANCH}}`
103+
2. Check if it's already fixed in `main`
104104
3. Determine which perimeter the bug affects
105105

106106
**When reporting**:

panel-clades/.devcontainer/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: PMPL-1.0-or-later
22
= Dev Container Usage
3-
:author: {{AUTHOR}} <{{AUTHOR_EMAIL}}>
3+
:author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
44

55
== Overview
66

@@ -24,4 +24,4 @@ This dev container uses `cgr.dev/chainguard/wolfi-base` with git, curl, bash, an
2424

2525
== Customization
2626

27-
Replace `{{PROJECT_NAME}}` placeholders in both `devcontainer.json` and `Containerfile` with your actual project name. Run `just deps` to verify the environment after first launch.
27+
Replace `Panll` placeholders in both `devcontainer.json` and `Containerfile` with your actual project name. Run `just deps` to verify the environment after first launch.

panel-clades/.github/FUNDING.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Funding platforms for {{OWNER}} projects
2+
# Funding platforms for hyperpolymath projects
33
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
44

5-
github: {{OWNER}}
6-
ko_fi: {{OWNER}}
7-
liberapay: {{OWNER}}
5+
github: hyperpolymath
6+
ko_fi: hyperpolymath
7+
liberapay: hyperpolymath

panel-clades/.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Bug report issue template for {{OWNER}}/{{REPO}}
2+
# Bug report issue template for hyperpolymath/panll
33
name: Bug Report
44
description: Create a report to help us improve
55
title: "[Bug]: "
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Issue template chooser configuration for {{OWNER}}/{{REPO}}
2+
# Issue template chooser configuration for hyperpolymath/panll
33
blank_issues_enabled: true
44
contact_links:
55
- name: Discussions
6-
url: https://github.com/{{OWNER}}/{{REPO}}/discussions
6+
url: https://github.com/hyperpolymath/panll/discussions
77
about: Ask questions, share ideas, or start a conversation in Discussions.
88
- name: Security Vulnerabilities
9-
url: https://github.com/{{OWNER}}/{{REPO}}/security/advisories/new
9+
url: https://github.com/hyperpolymath/panll/security/advisories/new
1010
about: Report security vulnerabilities privately via GitHub Security Advisories.

panel-clades/.github/ISSUE_TEMPLATE/custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Custom issue template for {{OWNER}}/{{REPO}}
2+
# Custom issue template for hyperpolymath/panll
33
name: Other
44
description: Report an issue that does not fit the other categories
55
title: ""

panel-clades/.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Documentation issue template for {{OWNER}}/{{REPO}}
2+
# Documentation issue template for hyperpolymath/panll
33
name: Documentation
44
description: Report unclear, missing, or incorrect documentation
55
title: "[Docs]: "

panel-clades/.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Feature request issue template for {{OWNER}}/{{REPO}}
2+
# Feature request issue template for hyperpolymath/panll
33
name: Feature Request
44
description: Suggest an idea or enhancement for this project
55
title: "[Feature]: "

panel-clades/.github/ISSUE_TEMPLATE/question.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Question issue template for {{OWNER}}/{{REPO}}
2+
# Question issue template for hyperpolymath/panll
33
name: Question
44
description: Ask a question about usage or behaviour
55
title: "[Question]: "
@@ -10,7 +10,7 @@ body:
1010
attributes:
1111
value: |
1212
Have a question? You can also ask in
13-
[Discussions](https://github.com/{{OWNER}}/{{REPO}}/discussions)
13+
[Discussions](https://github.com/hyperpolymath/panll/discussions)
1414
for broader conversations.
1515
1616
- type: textarea

0 commit comments

Comments
 (0)