liuderchi / gh-template-bot

🤖 Generate PR Description from Templates for Different Issues and PR
https://github.com/apps/template
MIT License
16 stars 4 forks source link

Add comment templates #6

Closed j-f1 closed 6 years ago

j-f1 commented 7 years ago

I help triage issues on a repository, and it would be really useful if I could just put /reply duplicate 1234 or /reply repro-steps in a comment and have my comment edited into a helpful response for the OP.

liuderchi commented 7 years ago

@j-f1 that's really awesome idea. It really extends a bot's ability of making templates. Like #5, the most complex part of such feature is design of interpolation of values into a template.

By the time bot can access custom templates from .github, I would implement this feature.


IMO I would like to keep bot command usage simple, so I would prefer

liuderchi commented 7 years ago

@j-f1 this feature is added in latest release v0.2.0 🎉 You may install it to your repo or try it in #10 playground.