Skip to content

feat: add template to get .copier-answers.yml#7

Open
hillairet wants to merge 2 commits intomainfrom
hillairet/add-copier-answers-template
Open

feat: add template to get .copier-answers.yml#7
hillairet wants to merge 2 commits intomainfrom
hillairet/add-copier-answers-template

Conversation

@hillairet
Copy link

🎯 What needed to be done and why?

To be able to run copier to update a scaf projects with the latest changes in its original scaf template, one needs the .copier-answers.yaml file.
However this file is not created unless a template tells copier to create it.
See the minimal example for this template.

🆕 What is changed by this PR?

Add the .copier-answers.yaml template.

📋 Code Review Cheatsheet

What the reviewer should check
Check Description
🚚 Diff size Is the PR small and focused, or should it be broken into smaller PRs?
🧪 Unit tests Are new features covered with appropriate unit tests?
🥼 Acceptance Criteria met Are the Acceptance Criteria listed in the issue met?
🧐 Code clarity Is the code easy to understand? Are variable and function names meaningful?
🧩 Code organization Are files, modules, and functions structured logically?
🪚 Conciseness Is the code free of unnecessary complexity or redundant code?
💬 Comments & documentation Are code comments explaining why and not how? Is the documentation up-to-date?
🧮 Code consistency Does the code follow existing patterns and conventions in the project?
☣️ Function length Are functions too long? Should they be broken into smaller, more focused functions?
☢️ Class design Are classes well-structured and not overly large or doing too much?
🐾 Logging and debugging statements Are print/debug statements removed or replaced with proper logging?

@hillairet hillairet self-assigned this May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments