-
Notifications
You must be signed in to change notification settings - Fork 718
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan
Milestone
Description
I have issue templates with metadata, e.g.:
---
name: Bug report
about: Report a bug, help us improve
title: A clear title describing the bug from a user's perspective
labels: bug, needs triage
assignees: username
---
[...some body...]
When I create a new issue using this template, the title is brought through, but the rest of the metadata is not included.
I.e. this is the generated NewIssue.md:
A brief title describing the bug from a user's perspective
Assignees:
Labels:
Milestone:
Projects:
[...some body...]
Would be great to populate the metadata fields based on the issue template!
Reactions are currently unavailable
Metadata
Metadata
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan