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

feat: update forms #379

Merged
merged 3 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Add Token
description: Creates a request to add a token to CoW Swap's default token list
title: "[AddToken] `SYMBOL` on `NETWORK`"
title: '[AddToken] `SYMBOL` on `NETWORK`'
labels: [addToken]

body:
Expand All @@ -9,11 +9,19 @@ body:
value: |
# Request to ADD token
Thank you for contributing to CoW Swap's default token list.
Please fill in all the required fields in the form.

Please fill in all the required fields in the form.
We will process and evaluate your request as soon as possible.

Also, don't forget to update the issue title adding your token's `SYMBOL` and `NETWORK` (MAINNET or GNOSIS_CHAIN)

Also, don't forget to update the issue title adding your token's `SYMBOL` and `NETWORK` (MAINNET or GNOSIS_CHAIN)
alfetopito marked this conversation as resolved.
Show resolved Hide resolved

## Disclaimer
CoW DAO reserves the right, at its sole discretion, to accept or reject the listing of any token.
This decision may be based on a variety of factors, including but not limited to, the token's technical soundness,
regulatory compliance, project reputation, and overall alignment with CoW DAO's values and mission.

The listing of a token on CoW Swap does not constitute an endorsement of the token, its associated project, or its team.
Listing a token simply indicates that it meets the technical requirements for inclusion on the platform.

- type: dropdown
id: network
Expand Down
Loading