Template title and description on PRs
lucasvmiguel opened this issue · 1 comments
lucasvmiguel commented
Description
Create a mechanism of composing title/description together with variables when it's created a PR, a new issue, etc
eg:
title: "{{ISSUE_TRACKER.ID}}: {{ISSUE_TRACKER.TITLE}}"
description: "## Description\n\n {{ISSUE_TRACKER.TITLE}}"
lucasvmiguel commented
Done!