-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add issue template and update readme (#149)
- Loading branch information
1 parent
9473101
commit 529c53e
Showing
4 changed files
with
272 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
name: "Simple Bounty" | ||
description: "Use this template to create a HEROES Simple Bounty via Github bot" | ||
title: "Bounty: " | ||
labels: ["bounty"] | ||
assignees: heroes-bot-test | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hi! Let's set up your bounty! Please don't change the template - @heroes-bot-test won't be able to help you. | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: What talent are you looking for? | ||
options: | ||
- Marketing | ||
- Development | ||
- Design | ||
- Other | ||
- Content | ||
- Research | ||
- Audit | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What you need to be done? | ||
|
||
- type: dropdown | ||
id: tags | ||
attributes: | ||
label: Tags | ||
description: Add tags that match the topic of the work | ||
multiple: true | ||
options: | ||
- API | ||
- Blockchain | ||
- Community | ||
- CSS | ||
- DAO | ||
- dApp | ||
- DeFi | ||
- Design | ||
- Documentation | ||
- HTML | ||
- Javascript | ||
- NFT | ||
- React | ||
- Rust | ||
- Smart contract | ||
- Typescript | ||
- UI/UX | ||
- web3 | ||
- Translation | ||
- Illustration | ||
- Branding | ||
- Copywriting | ||
- Blogging | ||
- Editing | ||
- Video Creation | ||
- Social Media | ||
- Graphic Design | ||
- Transcription | ||
- Product Design | ||
- Artificial Intelligence | ||
- Quality Assurance | ||
- Risk Assessment | ||
- Security Audit | ||
- Bug Bounty | ||
- Code Review | ||
- Blockchain Security | ||
- Smart Contract Testing | ||
- Penetration Testing | ||
- Vulnerability Assessment | ||
- BOS | ||
- News | ||
- Hackathon | ||
- NEARCON2023 | ||
- NEARWEEK | ||
|
||
- type: input | ||
id: deadline | ||
attributes: | ||
label: Deadline | ||
description: "Set a deadline for your bounty. Please enter the date in format: DD.MM.YYYY" | ||
placeholder: "19.05.2027" | ||
|
||
- type: dropdown | ||
id: currencyType | ||
attributes: | ||
label: Currency | ||
description: What is the currency you want to pay? | ||
options: | ||
- USDC.e | ||
- USDT.e | ||
- DAI | ||
- wNEAR | ||
- USDt | ||
- XP | ||
- marmaj | ||
- NEKO | ||
- JUMP | ||
- USDC | ||
- NEARVIDIA | ||
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: currencyAmount | ||
attributes: | ||
label: Amount | ||
description: How much it will be cost? | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Advanced settings" | ||
|
||
- type: checkboxes | ||
id: kyc | ||
attributes: | ||
label: KYC | ||
description: "Use HEROES' KYC Verification, only applicants who passed HEROES' KYC can apply and work on this bounty!" | ||
options: | ||
- label: Use KYC Verification | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
### This cannot be changed once the bounty is live! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: How can we reproduce the bug? | ||
description: If you can make the bug happen again, please share the steps involved. If possible please also include a screenshot or a screen recording to help us better understand and resolve the issue. | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Feature request | ||
description: File a feature request | ||
title: "[Feature]: " | ||
labels: ["enhancement"] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Have an idea for a feature or change? | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What's the feature? | ||
description: Describe the feature, who it would help, and link to any examples from other apps. | ||
validations: | ||
required: true |
Oops, something went wrong.