mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
* chore: add GitHub-reward form, scripts & actions * fix: Deno system permissions in GitHub actions * fix: 3 detail bugs
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
name: 💰 Reward Task
|
|
description: Task issue with Reward
|
|
title: '[Reward] '
|
|
labels:
|
|
- reward
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Task description
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: currency
|
|
attributes:
|
|
label: Reward currency
|
|
options:
|
|
- 'USD $'
|
|
- 'CAD C$'
|
|
- 'AUD A$'
|
|
- 'GBP £'
|
|
- 'EUR €'
|
|
- 'CNY ¥'
|
|
- 'HKD HK$'
|
|
- 'TWD NT$'
|
|
- 'SGD S$'
|
|
- 'KRW ₩'
|
|
- 'JPY ¥'
|
|
- 'INR ₹'
|
|
- 'UAH ₴'
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: amount
|
|
attributes:
|
|
label: Reward amount
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: payer
|
|
attributes:
|
|
label: Reward payer
|
|
description: GitHub username of the payer (optional, defaults to issue creator)
|
|
validations:
|
|
required: false
|