diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-10-24 15:57:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 12:27:18 +0200 |
commit | a0ffebd52e0093f71e1e08a8a624f8ea7bc2dae8 (patch) | |
tree | 7367c8f090a74aacb48d2b2b0ce9332235e127d6 /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | e124dcbd595464e2c4c45c1d160e30972740c492 (diff) |
github: fix issue template frontmatter (#1175)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 66ac7d34..d7ed8553 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest a new feature to be included in the app title: "[FEATURE]" -labels: feature, 'triage: needed' +labels: 'feature, triage: needed' assignees: 'msfjarvis' --- |