Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "template" copy to "example" [Fixes #254] #258

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samajammin
Copy link
Collaborator

Description of the Change

Rename project "templates" to "examples".

Alternate Designs

See #254 for discussion.

Benefits

See #254 for discussion.

Possible Drawbacks

Potential for confusion from returning visitors but most visitors are new.

Verification Process

Ran project locally

Github Issues

#254

@@ -44,13 +44,13 @@ class NewProjectDialog extends Component<IProps> {
<div className={classNames([style.menu, 'contextMenu'])}>
<ul>
<li>
<div onClick={() => createProjectFromTemplate(Templates.templates[3])}>
Create empty project
<div onClick={this.startWithTemplate}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would make sure we sync the terminology. If we call them examples in the ui, then I think would be best to rename them internally as well.

@javier-tarazaga
Copy link
Contributor

@samajammin ping!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants