gootik / this-week-in-erlang

Weekly review of things that happen in the Erlang world
https://gootik.github.io/this-week-in-erlang/
MIT License
42 stars 2 forks source link

Initial go at an auto formatter #31

Closed jadeallenx closed 6 years ago

jadeallenx commented 6 years ago

This is a "Proof of Concept" formatter for the "This Week In Erlang" repo. I was thinking we could pull the data off the GitHub issues and then format them using something like a mustache or jinja2 template - or maybe just emit them as raw markdown.

What do you think?

gootik commented 6 years ago

Yeah, I really like this idea.

gootik commented 6 years ago

going to merge this to start working on it as well

jadeallenx commented 6 years ago

Haha ok, thanks! Definitely interested to see what you decide to do with it.

gootik commented 6 years ago

@mrallen1 I changed it quite a bit and based it off of actual issues not comments. Now when you submit an issue you have to follow a template (filled by Github). give it a try.