Skip to content

Commit cde1c91

Browse files
committed
BUG: Remove github_username parameter
This was required for AppVeyor, but it is no longer needed.
1 parent 1a70e13 commit cde1c91

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Reasonable defaults will be provided for all of the parameters. The parameters a
3232
*email*
3333
Your email.
3434

35-
*github_username*
36-
Your GitHub username.
37-
3835
*project_name*
3936
This is a name for the project, which is *ITK* followed by the
4037
module name, by convention. Examples include *ITKIsotropicWavelets* or

cookiecutter.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"full_name": "Insight Software Consortium",
33
"email": "[email protected]",
4-
"github_username": "itkrobot",
54
"project_name": "ITKModuleTemplate",
65
"module_name": "{{ cookiecutter.project_name[3:] }}",
76
"filter_name": "MyFilter",

0 commit comments

Comments
 (0)