Skip to content

Commit cb8caff

Browse files
hyperpolymathclaude
andcommitted
docs(template): close 9 RSR-template substitution gaps
Echidna was instantiated from rsr-template-repo; nine placeholder strings never got replaced with echidna-specific values: CODE_OF_CONDUCT.md - L61, L111: echidna-conduct@example.org → j.d.a.jewell@open.ac.uk - L48: "GitLab repositories" prose → "GitHub repository + GitLab CI mirror" SECURITY.md - L34: "public GitLab issues" → "public GitHub issues" - L38, L205: security@echidna-project.org → j.d.a.jewell@open.ac.uk - L134: same email substitution - L206: "(when available)" PGP placeholder → fingerprint 4A03639C1EB1F86C7F0C97A91835A14A2867091E + key fetch instructions - L207: "@echidna-security (when available)" → @hyperpolymath AUTHORS.md - L47: "merge request on GitLab" → "pull request on GitHub" - L99: malformed GitLab-style URL .../-/issues → /issues - L100: contributors@echidna-project.org → maintainer email Also adds SPDX-FileCopyrightText owner line to satisfy pre-commit. Lane: prover-corpus-saturation. Adjacent to the saturation campaign; small enough to roll into the same branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 85c1b8c commit cb8caff

3 files changed

Lines changed: 17 additions & 14 deletions

File tree

AUTHORS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!--
2+
SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
SPDX-License-Identifier: MPL-2.0
34
SPDX-FileCopyrightText: 2024-2025 ECHIDNA Project Contributors
45
-->
@@ -44,7 +45,7 @@ We would like to extend special thanks to:
4445

4546
If you've contributed to ECHIDNA and your name isn't listed here, please:
4647

47-
1. Open an issue or merge request on GitLab
48+
1. Open an issue or pull request on GitHub (<https://github.com/hyperpolymath/echidna>)
4849
2. Provide a brief description of your contribution
4950
3. Indicate how you'd like to be credited
5051

@@ -96,8 +97,8 @@ By contributing to ECHIDNA, you agree to license your contributions under these
9697
## Contact
9798

9899
For questions about attribution or contributions:
99-
- GitLab Issues: https://github.com/hyperpolymath/echidna/-/issues
100-
- Email: contributors@echidna-project.org (when available)
100+
- GitHub Issues: <https://github.com/hyperpolymath/echidna/issues>
101+
- Email: j.d.a.jewell@open.ac.uk (maintainer; community contributor list opens when first PR lands)
101102

102103
---
103104

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!--
2+
SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
SPDX-License-Identifier: MPL-2.0
34
SPDX-FileCopyrightText: 2024-2025 ECHIDNA Project Contributors
45
-->
@@ -45,7 +46,7 @@ Project maintainers have the right and responsibility to remove, edit, or reject
4546

4647
This Code of Conduct applies within all project spaces, including:
4748

48-
- GitLab repositories (code, issues, merge requests, wiki)
49+
- GitHub repository (code, issues, pull requests, wiki) and any mirror (e.g. GitLab CI mirror)
4950
- Project communication channels (mailing lists, chat, forums)
5051
- Official project events (conferences, meetups, workshops)
5152
- Social media when representing the project
@@ -58,7 +59,7 @@ It also applies when an individual is officially representing the project in pub
5859

5960
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project team at:
6061

61-
**echidna-conduct@example.org** (Replace with actual contact)
62+
**j.d.a.jewell@open.ac.uk**
6263

6364
All complaints will be reviewed and investigated promptly and fairly.
6465

@@ -108,4 +109,4 @@ For answers to common questions about this code of conduct, see the FAQ at https
108109

109110
**Version**: 1.0
110111
**Last Updated**: 2025-11-22
111-
**Contact**: echidna-conduct@example.org (Replace with actual contact)
112+
**Contact**: j.d.a.jewell@open.ac.uk

SECURITY.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!--
2+
SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
SPDX-License-Identifier: MPL-2.0
34
SPDX-FileCopyrightText: 2024-2025 ECHIDNA Project Contributors
45
-->
@@ -31,11 +32,11 @@ We take the security of ECHIDNA seriously. If you believe you have found a secur
3132

3233
### Where to Report
3334

34-
**DO NOT** report security vulnerabilities through public GitLab issues.
35+
**DO NOT** report security vulnerabilities through public GitHub issues.
3536

3637
Instead, please report them via email to:
3738

38-
**security@echidna-project.org** (Replace with actual security contact)
39+
**j.d.a.jewell@open.ac.uk** (GPG-encrypted preferred — see Contact section below for key fingerprint)
3940

4041
### What to Include
4142

@@ -130,9 +131,9 @@ Security updates are released as:
130131

131132
Security advisories are published at:
132133

133-
- **GitLab**: https://github.com/hyperpolymath/echidna/-/security/advisories
134-
- **Email**: Subscribers to security@echidna-project.org
135-
- **RSS**: Security advisory feed (when available)
134+
- **GitHub Security Advisories**: <https://github.com/hyperpolymath/echidna/security/advisories>
135+
- **Email**: Subscribers to j.d.a.jewell@open.ac.uk (private notification list)
136+
- **GitHub Releases atom feed**: <https://github.com/hyperpolymath/echidna/releases.atom>
136137

137138
## Scope
138139

@@ -202,9 +203,9 @@ The following are typically not accepted:
202203

203204
For security-related questions or concerns:
204205

205-
- **Email**: security@echidna-project.org (Replace with actual contact)
206-
- **PGP Key**: Available at https://keys.openpgp.org (when available)
207-
- **GitLab**: @echidna-security (when available)
206+
- **Email**: j.d.a.jewell@open.ac.uk
207+
- **PGP Key**: fingerprint `4A03639C1EB1F86C7F0C97A91835A14A2867091E` — fetch via `gpg --recv-keys 4A03639C1EB1F86C7F0C97A91835A14A2867091E` or from <https://keys.openpgp.org/search?q=j.d.a.jewell@open.ac.uk>
208+
- **GitHub**: [@hyperpolymath](https://github.com/hyperpolymath)
208209

209210
## Acknowledgments
210211

0 commit comments

Comments
 (0)