-
Notifications
You must be signed in to change notification settings - Fork 396
Is there a way to put template in a directory without given name to the template? #2875
Copy link
Copy link
Open
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasearea: authoringEnhancements to the process of authoring, maintaining, and testing templatesEnhancements to the process of authoring, maintaining, and testing templatesgood first issueeasy issue, good for first-time contribution to the repoeasy issue, good for first-time contribution to the repotriagedThe issue was evaluated by the triage team, placed on correct area, next action defined.The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone
Metadata
Metadata
Assignees
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasearea: authoringEnhancements to the process of authoring, maintaining, and testing templatesEnhancements to the process of authoring, maintaining, and testing templatesgood first issueeasy issue, good for first-time contribution to the repoeasy issue, good for first-time contribution to the repotriagedThe issue was evaluated by the triage team, placed on correct area, next action defined.The issue was evaluated by the triage team, placed on correct area, next action defined.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm currently having a problem with putting a generated template in a directory, normally when
preferNameDirectory is set to true, and you gave the name for-n. the template will be created inside a folder with the name of the folder is the name you have given to -nMy requirement is to generated a template in a folder but without given name to
-n.I would like a template to be generated in a folder that has a default name like "GeneratedCode" folder.
is there a way to give the default name to
-nor to create a folder base on the default name.