From b8cfc148fd0c343c09cc31d1a6166ed48cba94b9 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sun, 29 Sep 2024 23:30:35 +0200 Subject: [PATCH 1/4] Create elsagovernance.json Add Elsa Workflows Governance project --- projects/elsagovernance.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 projects/elsagovernance.json diff --git a/projects/elsagovernance.json b/projects/elsagovernance.json new file mode 100644 index 0000000..892268c --- /dev/null +++ b/projects/elsagovernance.json @@ -0,0 +1,9 @@ +{ + "projectName": "Elsa Governance", + "labelPrefix": "Elsa", + "website": "https://github.com/elsa-workflows", + "twitter": "", + "discord": "https://discord.gg/vdfAx42ety", + "category": "TOKEN", + "description": "Elsa Workflows is an open-source .NET Core project enabling developers to integrate workflow engine capabilities into their applications. The DAO governs the project by proposing, voting on, and funding roadmap items from its treasury." +} From 70ec18e836ea6617f7c92eaaa4baecbc1aeb101d Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sun, 29 Sep 2024 23:34:22 +0200 Subject: [PATCH 2/4] Simplify elsagovernance.json description Updated the project description to be more concise and clear. Removed the empty Twitter field and kept other details unchanged. The description now emphasizes the project's key features and governance. --- projects/elsagovernance.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/elsagovernance.json b/projects/elsagovernance.json index 892268c..dbc622b 100644 --- a/projects/elsagovernance.json +++ b/projects/elsagovernance.json @@ -2,8 +2,7 @@ "projectName": "Elsa Governance", "labelPrefix": "Elsa", "website": "https://github.com/elsa-workflows", - "twitter": "", "discord": "https://discord.gg/vdfAx42ety", "category": "TOKEN", - "description": "Elsa Workflows is an open-source .NET Core project enabling developers to integrate workflow engine capabilities into their applications. The DAO governs the project by proposing, voting on, and funding roadmap items from its treasury." + "description": "Elsa Workflows: Open-source .NET Core workflow engine for apps, managed by a DAO that proposes, votes on, and funds roadmap items." } From 9e2f82bd92b01ecfdf09e176a8682cb5cf77abce Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sun, 29 Sep 2024 23:37:15 +0200 Subject: [PATCH 3/4] Update labelPrefix in elsagovernance.json Changed the "labelPrefix" from "Elsa" to "Elsa Governance Token" to provide better clarity and distinction for the project labeling. This ensures more accurate representation of the token in relevant documentation and interfaces. --- projects/elsagovernance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/elsagovernance.json b/projects/elsagovernance.json index dbc622b..ea2b9a3 100644 --- a/projects/elsagovernance.json +++ b/projects/elsagovernance.json @@ -1,6 +1,6 @@ { "projectName": "Elsa Governance", - "labelPrefix": "Elsa", + "labelPrefix": "Elsa Governance Token", "website": "https://github.com/elsa-workflows", "discord": "https://discord.gg/vdfAx42ety", "category": "TOKEN", From 3b2814a5343d285573f2d9adc1c9147119afd451 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sun, 29 Sep 2024 23:38:12 +0200 Subject: [PATCH 4/4] Adjust labelPrefix value in elsagovernance.json Updated the labelPrefix from "Elsa Governance Token" to "Elsa Governance" to better align with project naming conventions. This change simplifies the label and improves consistency. --- projects/elsagovernance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/elsagovernance.json b/projects/elsagovernance.json index ea2b9a3..e1e17b1 100644 --- a/projects/elsagovernance.json +++ b/projects/elsagovernance.json @@ -1,6 +1,6 @@ { "projectName": "Elsa Governance", - "labelPrefix": "Elsa Governance Token", + "labelPrefix": "Elsa Governance", "website": "https://github.com/elsa-workflows", "discord": "https://discord.gg/vdfAx42ety", "category": "TOKEN",