From 96ae1b7a5c6e5b0d3d5e68e064ed4de619ab4e0c Mon Sep 17 00:00:00 2001 From: Alfetopito Date: Tue, 16 Apr 2024 10:59:50 +0100 Subject: [PATCH 1/3] feat: add disclaimer to addToken form --- .github/ISSUE_TEMPLATE/addTokenForm.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/addTokenForm.yml b/.github/ISSUE_TEMPLATE/addTokenForm.yml index d1929539..98032505 100644 --- a/.github/ISSUE_TEMPLATE/addTokenForm.yml +++ b/.github/ISSUE_TEMPLATE/addTokenForm.yml @@ -9,11 +9,15 @@ 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) + + ## Disclaimer + 1. Accepting or not is up to our discretion + 2. Even if the request is accepted and added to CoW Swap's token list this doesn't imply endorsement - type: dropdown id: network From d01a14c98313d1c8191d1956042c01ecc8fa86dc Mon Sep 17 00:00:00 2001 From: Alfetopito Date: Tue, 16 Apr 2024 11:02:35 +0100 Subject: [PATCH 2/3] chore: rename templates to sort them --- .github/ISSUE_TEMPLATE/{addTokenForm.yml => 1-addTokenForm.yml} | 0 .github/ISSUE_TEMPLATE/{addImageForm.yml => 2-addImageForm.yml} | 0 .../ISSUE_TEMPLATE/{removeTokenForm.yml => 3-removeTokenForm.yml} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{addTokenForm.yml => 1-addTokenForm.yml} (100%) rename .github/ISSUE_TEMPLATE/{addImageForm.yml => 2-addImageForm.yml} (100%) rename .github/ISSUE_TEMPLATE/{removeTokenForm.yml => 3-removeTokenForm.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/addTokenForm.yml b/.github/ISSUE_TEMPLATE/1-addTokenForm.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/addTokenForm.yml rename to .github/ISSUE_TEMPLATE/1-addTokenForm.yml diff --git a/.github/ISSUE_TEMPLATE/addImageForm.yml b/.github/ISSUE_TEMPLATE/2-addImageForm.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/addImageForm.yml rename to .github/ISSUE_TEMPLATE/2-addImageForm.yml diff --git a/.github/ISSUE_TEMPLATE/removeTokenForm.yml b/.github/ISSUE_TEMPLATE/3-removeTokenForm.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/removeTokenForm.yml rename to .github/ISSUE_TEMPLATE/3-removeTokenForm.yml From 38c76f220947ffc8d06c0c3dc4e6200d85a319a8 Mon Sep 17 00:00:00 2001 From: Alfetopito Date: Tue, 16 Apr 2024 11:24:33 +0100 Subject: [PATCH 3/3] chore: update text with a legal approved version --- .github/ISSUE_TEMPLATE/1-addTokenForm.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-addTokenForm.yml b/.github/ISSUE_TEMPLATE/1-addTokenForm.yml index 98032505..83731637 100644 --- a/.github/ISSUE_TEMPLATE/1-addTokenForm.yml +++ b/.github/ISSUE_TEMPLATE/1-addTokenForm.yml @@ -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: @@ -16,8 +16,12 @@ body: Also, don't forget to update the issue title adding your token's `SYMBOL` and `NETWORK` (MAINNET or GNOSIS_CHAIN) ## Disclaimer - 1. Accepting or not is up to our discretion - 2. Even if the request is accepted and added to CoW Swap's token list this doesn't imply endorsement + 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