Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update add_scroll_to.yaml #468

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions .github/ISSUE_TEMPLATE/add_scroll_to.yaml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've edited the ISSUE_TEMPLATE which is used when you create an issue in this repository, it's used as a template and isn't meant to be filled in with your actual suggestion.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Add Scroll to some tool or library
description: This brings Scroll compatibility into an existing library or project
title: Add Scroll to
name: SushiSwap
description: Allow the trading of tokens on Scroll network.
title: Add Scroll to SushiSwap
labels: ["integration"]
body:
- type: input
id: integration_name
attributes:
label: "Name of the project"
placeholder: "Example: wagmi"
label: SushiSwap
placeholder: DEX
validations:
required: true
- type: dropdown
Expand All @@ -23,14 +23,14 @@ body:
id: integration_site_link
attributes:
label: "Site of the project"
placeholder: "https://wagmi.sh/"
placeholder: https://www.sushi.com/
validations:
required: false
required: true
- type: input
id: integration_github_link
attributes:
label: "Github repository of the project"
placeholder: "https://github.com/wagmi-dev/wagmi"
placeholder: https://github.com/sushiswap
validations:
required: true
- type: dropdown
Expand All @@ -40,7 +40,6 @@ body:
description: "On which networks should this be supported? (You can pick multiple options)"
multiple: true
options:
- Scroll Testnet - Sepolia
- Scroll Mainnet
validations:
required: true
Expand All @@ -50,4 +49,4 @@ body:
label: "Additional context"
description: "Describe any context, screenshot or specification of changes here"
validations:
required: false
required: false