diff options
| author | DivisionByZero <[email protected]> | 2023-04-08 22:42:37 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-08 22:42:37 +0200 |
| commit | fdf7228f23063ca27e175027dac859069bc89c5e (patch) | |
| tree | 95c74fb95bfcf0cd7e6f7fb82ead856175c12478 | |
| parent | a95fc51279cb942fa9608334ffea52e57732cd3f (diff) | |
| download | faker-fdf7228f23063ca27e175027dac859069bc89c5e.tar.xz faker-fdf7228f23063ca27e175027dac859069bc89c5e.zip | |
infra: add labels to feature issue template (#2028)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1b06f659..f6b456d2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: "\U0001F680 New feature proposal" description: Propose a new feature -labels: ['s: pending triage'] # This will automatically assign the 's: pending triage' label +labels: ['s: pending triage', 'c: feature', 's: waiting for user interest'] body: - type: markdown attributes: |
