Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5
Closed
Description
Feature Request Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I havesearched for related issues and found none that matched my issue.
Overview
I'd like to be able to set up a template that includes lines likeThanks for reporting, {{ reporter }}!
-- where the{{ reporter }}
is the name of the person who filed the issue.https://www.npmjs.com/package/mustache is a very good templating engine we could use to power this.
Additional Info
No response