Do GitHub Issues YAML templates support basic markdown template interpolation? Like I want to have a text field where the user enters a CVE ID, and have it generate the NVD URL with the CVE ID in it.
#github #githubissues
@postmodern no, they don’t. You can try to create a workflow that tries to do this and update the issue body for them?