diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-09-12 11:27:25 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-09-12 11:27:25 +0200 |
commit | 7852609999cdcbc056ef47b530dcb253bd2c0697 (patch) | |
tree | 769c49e7a5ee4a524ec23c028357e07b718a6c59 /.github | |
parent | aa4ca8b7e4533c5e944b0c56732fc033b9943467 (diff) |
issue template: add feature label
each change should be an improvement, a label for that is redundant.
Diffstat (limited to '.github')
-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 392ed30c6..4fe86d5ec 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: improvement +labels: feature assignees: '' --- |