ClojureBridge / Workshops

A history of ClojureBridge workshops. Issues are used to request website updates for upcoming workshops.
9 stars 8 forks source link

rename template to automatically populate issue description field #56

Closed davidchambers closed 7 years ago

davidchambers commented 7 years ago

If we rename the template, GitHub will populate the description field with the template when an organizer decides to open an issue for a workshop. See Issue and Pull Request templates for details.

yokolet commented 7 years ago

@davidchambers so, the filename change is an integration to the new website?

I don't have any objection on this. Just, 👍 This pull request also includes fixing typos as well?

davidchambers commented 7 years ago

the filename change is an integration to the new website?

It's unrelated to the new ClojureBridge website, actually. GitHub has a feature for issue templates: if a repository contains a file named ISSUE_TEMPLATE.md, the contents of that file will be inserted into the description field when one creates a new issue. So instead of telling organizers to copy and paste the contents of announcement-template.md, we can simply tell them to open an issue. :)

This pull request also includes fixing typos as well?

Yes. I fixed a few typos. :)

yokolet commented 7 years ago

That's good to know. I'm going to merge this pull request. Thanks a lot. Future issues will be more consistent and less confusing.