Commit b90f4f6 1 parent abb5d6f commit b90f4f6 Copy full SHA for b90f4f6
File tree 1 file changed +131
-0
lines changed
1 file changed +131
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : " Simple Bounty"
2
+ description : " Use this template to create a HEROES Simple Bounty via Github bot"
3
+ title : " Bounty: "
4
+ labels : ["bounty"]
5
+ assignees : heroes-bot-test
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : |
10
+ Hi! Let's set up your bounty! Please don't change the template - @heroes-bot-test won't be able to help you.
11
+
12
+ - type : dropdown
13
+ id : type
14
+ attributes :
15
+ label : What talent are you looking for?
16
+ options :
17
+ - Marketing
18
+ - Development
19
+ - Design
20
+ - Other
21
+ - Content
22
+ - Research
23
+ - Audit
24
+
25
+ - type : textarea
26
+ id : description
27
+ attributes :
28
+ label : What you need to be done?
29
+
30
+ - type : dropdown
31
+ id : tags
32
+ attributes :
33
+ label : Tags
34
+ description : Add tags that match the topic of the work
35
+ multiple : true
36
+ options :
37
+ - API
38
+ - Blockchain
39
+ - Community
40
+ - CSS
41
+ - DAO
42
+ - dApp
43
+ - DeFi
44
+ - Design
45
+ - Documentation
46
+ - HTML
47
+ - Javascript
48
+ - NFT
49
+ - React
50
+ - Rust
51
+ - Smart contract
52
+ - Typescript
53
+ - UI/UX
54
+ - web3
55
+ - Translation
56
+ - Illustration
57
+ - Branding
58
+ - Copywriting
59
+ - Blogging
60
+ - Editing
61
+ - Video Creation
62
+ - Social Media
63
+ - Graphic Design
64
+ - Transcription
65
+ - Product Design
66
+ - Artificial Intelligence
67
+ - Quality Assurance
68
+ - Risk Assessment
69
+ - Security Audit
70
+ - Bug Bounty
71
+ - Code Review
72
+ - Blockchain Security
73
+ - Smart Contract Testing
74
+ - Penetration Testing
75
+ - Vulnerability Assessment
76
+ - BOS
77
+ - News
78
+ - Hackathon
79
+ - NEARCON2023
80
+ - NEARWEEK
81
+
82
+ - type : input
83
+ id : deadline
84
+ attributes :
85
+ label : Deadline
86
+ description : " Set a deadline for your bounty. Please enter the date in format: DD.MM.YYYY"
87
+ placeholder : " 19.05.2027"
88
+
89
+ - type : dropdown
90
+ id : currencyType
91
+ attributes :
92
+ label : Currency
93
+ description : What is the currency you want to pay?
94
+ options :
95
+ - USDC.e
96
+ - USDT.e
97
+ - DAI
98
+ - wNEAR
99
+ - USDt
100
+ - XP
101
+ - marmaj
102
+ - NEKO
103
+ - JUMP
104
+ - USDC
105
+ - NEARVIDIA
106
+ default : 0
107
+ validations :
108
+ required : true
109
+
110
+ - type : input
111
+ id : currencyAmount
112
+ attributes :
113
+ label : Amount
114
+ description : How much it will be cost?
115
+
116
+ - type : markdown
117
+ attributes :
118
+ value : " ## Advanced settings"
119
+
120
+ - type : checkboxes
121
+ id : kyc
122
+ attributes :
123
+ label : KYC
124
+ description : " Use HEROES' KYC Verification, only applicants who passed HEROES' KYC can apply and work on this bounty!"
125
+ options :
126
+ - label : Use KYC Verification
127
+
128
+ - type : markdown
129
+ attributes :
130
+ value : |
131
+ ### This cannot be changed once the bounty is live!
You can’t perform that action at this time.
0 commit comments