chore(template): ask for issue number instead of URL (#27220)

Now that the PR description is used as the default commit message, the
issue a PR resolves is specified directly in the PR description.
However, the conventional-commits tool isn't smart enough to recognize
full issue URLs, only the issue number (e.g. `resolves #12345`). This PR
updates the template to nudge the description in this direction.
This commit is contained in:
Amanda Johnston
2023-04-17 15:31:39 -05:00
committed by GitHub
parent 30b548b167
commit c9bddbdb4c

View File

@@ -1,4 +1,4 @@
Issue URL:
Issue number: #
---------