Files
upload-artifact/.github/ISSUE_TEMPLATE/feature-request.yml
T
ci-mirror be163d352b
Check dist/ / check-dist (push) Waiting to run
Licensed / Check licenses (push) Waiting to run
Test / Build (macos-latest) (push) Waiting to run
Test / Build (ubuntu-latest) (push) Waiting to run
Test / Build (windows-latest) (push) Waiting to run
Test / Merge (push) Blocked by required conditions
Code scanning - action / CodeQL-Build (push) Waiting to run
mirror actions/upload-artifact v4
2026-09-01 23:39:53 +08:00

20 lines
520 B
YAML

name: "🎁 Feature request"
description: Suggest a new feature/enhancement!
labels: ['enhancement']
title: '[feat req]'
body:
- type: textarea
id: feature
attributes:
label: What would you like to be added?
description: |
Please check existing issues to avoid making duplicates. Any duplicate issue will be closed immediately.
validations:
required: true
- type: textarea
id: reasoning
attributes:
label: Why is this needed?
validations:
required: true