Understand the difference between Settings and Answers in Copier
masterCopier distinguishes between two types of configuration:
- Settings: Configuration for the Copier tool itself. This includes metadata like the required minimal Copier version, the subdirectory to render, or tasks to run. Settings in a
copier.ymlfile must start with an underscore (e.g.,_min_copier_version). - Answers: Configuration specific to the template being used. These are the variables provided by the user (e.g., project name, author) that are available to the template during the rendering process.