diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-20 11:18:54 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-20 11:18:54 +0100 |
| commit | 1da9910673bbede652f225bc4d410b8161bf2ff4 (patch) | |
| tree | d11191141d5893d5a207c01c1e42cc827e1b726e | |
| parent | 4c24beccb4586eec86003d0e9cb20b031d735131 (diff) | |
Use a new 'feature-request' label instead of the existing 'feature' label
| -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 80222296c..d886c6487 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature Request about: Request a new feature title: '' -labels: feature +labels: feature-request assignees: '' --- |
