You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
- Adjust enforcement ladder for your community size
@@ -22,7 +22,7 @@ Review and customise:
22
22
23
23
## Our Pledge
24
24
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.
26
26
27
27
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
28
28
@@ -324,4 +324,4 @@ We're all here because we care about this project. Let's make it a place where e
324
324
325
325
---
326
326
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>
Copy file name to clipboardExpand all lines: panel-clades/.devcontainer/README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// SPDX-License-Identifier: PMPL-1.0-or-later
2
2
= Dev Container Usage
3
-
:author: {{AUTHOR}} <{{AUTHOR_EMAIL}}>
3
+
:author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4
4
5
5
== Overview
6
6
@@ -24,4 +24,4 @@ This dev container uses `cgr.dev/chainguard/wolfi-base` with git, curl, bash, an
24
24
25
25
== Customization
26
26
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.
0 commit comments