From 1a6c0017356750b7bed90c9572c03ad95b83790d Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Wed, 21 Aug 2024 20:31:12 +0200 Subject: [PATCH 1/2] update the github organization question --- copier.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/copier.yml b/copier.yml index 04222e9b..22570db5 100644 --- a/copier.yml +++ b/copier.yml @@ -22,7 +22,8 @@ version: default: 0.1.0 github_organization: type: str - default: "" + placeholder: "" + help: Enter the name of your GitHub username or organization full_name: type: str default: Jane Smith From 1b9694ddcffdad5e2725cf35df4e6967ba0e8e5a Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Wed, 21 Aug 2024 20:41:02 +0200 Subject: [PATCH 2/2] remove the placeholder from github organization question --- copier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copier.yml b/copier.yml index 22570db5..6264672e 100644 --- a/copier.yml +++ b/copier.yml @@ -22,7 +22,7 @@ version: default: 0.1.0 github_organization: type: str - placeholder: "" + default: "" help: Enter the name of your GitHub username or organization full_name: type: str