From 2facc73a80eeb3cb618006f7649de8c646dfbdc7 Mon Sep 17 00:00:00 2001 From: SilvinWillemsen Date: Mon, 11 May 2026 14:11:37 +0200 Subject: [PATCH] Changed default to placeholder for author name and email. --- copier.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copier.yml b/copier.yml index 795c7a6..46936f8 100644 --- a/copier.yml +++ b/copier.yml @@ -4,12 +4,12 @@ _subdirectory: template author_name: type: str help: Author name - default: "Your Name" + placeholder: "Your Name" author_email: type: str help: Author email - default: "your.email@example.com" + placeholder: "your.email@example.com" method_name: type: str