-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e528dc0
commit df4b261
Showing
8 changed files
with
70 additions
and
12 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,51 @@ | ||
name: "Add a project to Taiko's ecosystem 🌐" | ||
description: "Add a project to Taiko's ecosystem" | ||
title: "Add [PROJECT_NAME] to the ecosystem page" | ||
labels: ["area.website", "category.ecosystem"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to add your project. You can see existing examples on Taiko's ecosystem page [here](https://taiko.xyz/ecosystem)! NOTE: We can only accept ecosystem projects that have integrated with Taiko or have clear plans to do so in the future. | ||
- type: input | ||
id: title | ||
attributes: | ||
label: Title of your project | ||
validations: | ||
required: true | ||
- type: input | ||
id: description | ||
attributes: | ||
label: Short (1-2 sentence) description of your project | ||
validations: | ||
required: true | ||
- type: input | ||
id: link | ||
attributes: | ||
label: Link to your project | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: isLive | ||
attributes: | ||
label: Live on Testnet | ||
description: Is your project deployed on one of Taiko's testnets? | ||
multiple: false | ||
options: | ||
- "Yes (default)" | ||
- "No" | ||
validations: | ||
required: true | ||
- type: input | ||
id: evidence | ||
attributes: | ||
label: If your project is live on one of Taiko's testnets, please provide evidence of that here (eg. links, screenshots). If your project is NOT live, please provide your plan for integration here. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logo | ||
attributes: | ||
label: Upload a quality logo to your project | ||
description: 512x512 or 1:1 ratio is preferred. If no image is provided we will use a placeholder image. | ||
validations: | ||
required: false |
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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Community support | ||
url: https://discord.gg/taikoxyz | ||
about: This issue tracker is only for feature requests and bug reports. Community support is available on Discord! |
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
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
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
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 |
---|---|---|
|
@@ -7,6 +7,9 @@ | |
top: 0; | ||
z-index: 1; | ||
} | ||
.pad { | ||
padding: 40px 0; | ||
} | ||
|
||
.sticky_scroll { | ||
padding: 40px 0; | ||
|
Binary file not shown.
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