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

The README is broken after creating a new project #1

Open
craftworkgames opened this issue Aug 1, 2019 · 0 comments
Open

The README is broken after creating a new project #1

craftworkgames opened this issue Aug 1, 2019 · 0 comments

Comments

@craftworkgames
Copy link
Collaborator

I noticed today that after running dotnet new monogamewpf to create a new project the README that gets copied into the new project has broken image links.

image

The problem with the images is that in the source repository they live in the .template.config directory and this directory is ignored (rightly so) by the template generator.

The simplest solution to this problem would be to not bring over the README file since it only contains instructions on how to install and use the template anyway.

Obviously, the workaround is to simply edit the README file after the project is created but that's not ideal.

A nice to have, if we can figure out how to do it, would be to generate a simple README file in the new project that just contains the basic info about the project. I'm not sure if this is possible.

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

No branches or pull requests

0 participants