Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.94k stars 335 forks source link

Issue templates does not work correctly #105

Closed Melkeydev closed 1 year ago

Melkeydev commented 1 year ago

Right now if someone creates a new issue there is no template for it even though we have a file in the .github

SputNikPlop commented 1 year ago

Ok when I make a new issue it goes to https://github.com/twitchdev/twitch-cli/issues/new/choose then somehow redirects me to https://github.com/twitchdev/twitch-cli/issues/new so this looks like a GitHub issue not a yaml issue

limesten commented 1 year ago

I made it work by cloning the repo and capitalizing the folder name from issue_template to ISSUE_TEMPLATE as it is according to this: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms

I guess it's case sensitive?

Cloned repo: https://github.com/EmilMalmsten/test_bp (if u try to create an issue there it seem to work)

SputNikPlop commented 1 year ago

@EmilMalmsten awesome, thanks for taking care of this for me