Replace arup-group references with templated github_owner#45
Conversation
Add a github_owner cookiecutter variable (default renefritze) so generated projects choose their own org, and use it in repository_url, the README codecov link, and the markdown-link-check exclude pattern. Also fix the malformed codecov URL and switch the default author email to @example.com. Update the template repo's own configs to reference renefritze. https://claude.ai/code/session_016pjb6UnEngB7MFpSwDjNsq
There was a problem hiding this comment.
Code Review
This pull request updates the cookiecutter template to replace hardcoded references to the 'arup-group' GitHub organization and 'arup.com' email domain. It introduces a new 'github_owner' variable (defaulting to 'renefritze') and updates the repository URL, markdown link check configurations, pre-commit configurations, and the README template to use this variable dynamically. The default email domain is also changed to '@example.com'. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
Removes leftover
arup-groupGitHub org and@arup.comemail references inherited from the original Arup template.github_ownercookiecutter variable (defaultrenefritze) so generated projects choose their own org.{{cookiecutter.github_owner}}inrepository_url, the generated README codecov link, the generated.markdown_link_check_config.jsonexclude pattern, and the generated.pre-commit-config.yamlcomment.cookiecutter.project_slug}}→ proper templating, plus templated owner).@arup.comto@example.com..markdown_link_check_config.jsonand.pre-commit-config.yamlto referencerenefritze.Verification
grep -ri arup .returns no matches.cookiecutter . --no-input— confirmedgithub_ownerdefaults torenefritzeand renders correctly acrossrepository_url, the README codecov link, and the link-check config.github_owner=acme-copropagates everywhere).cookiecutter.jsonvalidated as valid JSON.https://claude.ai/code/session_016pjb6UnEngB7MFpSwDjNsq
Generated by Claude Code