diff options
author | flywind <xzsflywind@gmail.com> | 2021-12-05 14:17:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 07:17:52 +0100 |
commit | e5475768ba5b540489fb47bdb6fdd338d75175e1 (patch) | |
tree | 40b3f14a5287d2e8b91edc487a64569f3fdf411f /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | 1ef945668d458163cb7116a8c936ff92b63d679d (diff) | |
download | Nim-e5475768ba5b540489fb47bdb6fdd338d75175e1.tar.gz |
feature_request should be labelled automatically (#19215)
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 b9f7caad5..6a9afe071 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Do you want to suggest a new feature? Use this template. title: '' -labels: '' +labels: ["Feature"] assignees: '' --- |