From 485c125e0e749bd22ec731d5f48bbbb6bc09910f Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Tue, 28 Jan 2025 14:00:30 +0000 Subject: [PATCH 01/10] Create 2025.md --- 2025.md | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 2025.md diff --git a/2025.md b/2025.md new file mode 100644 index 0000000..3c6b0e3 --- /dev/null +++ b/2025.md @@ -0,0 +1,138 @@ +# No- and no-code guide for contributing to Mautic + +Welcome to **Mautic**! We're excited that you're interested in contributing to **Mautic**, an open source marketing automation platform. Contributions come in many forms, and not all of them require coding skills. This guide will show you how to contribute to Mautic without writing a single line of code! + +## Table of Contents + +- [No- and no-code guide for contributing to Mautic](#no-and-low-code-guide-for-contributing-to-mautic) + - [Table of Contents](#table-of-contents) + - [About Mautic](#about-mautic) + - [What is Hacktoberfest?](#what-is-hacktoberfest) + - [Why No-Code Contributions Matter](#why-no-code-contributions-matter) + - [Ways to Contribute](#ways-to-contribute) + - [1. **Documentation**](#1-documentation) + - [2. **Translations**](#2-translations) + - [3. **Community Engagement**](#3-community-engagement) + - [4. **Design and User Experience (UX)**](#4-design-and-user-experience-ux) + - [5. **Marketing**](#5-marketing) + - [6. **Knowledgebase**](#6-knowledgebase) + - [How to Get Started](#how-to-get-started) + - [Useful Resources](#useful-resources) + +--- + +## About Mautic + +[Mautic](https://www.mautic.org/) is the world’s largest open source marketing automation project. With over 200,000 organisations using Mautic and over 1,000 community volunteers, we empower businesses by making it easy to manage their marketing across a range of channels. + +## What is Hacktoberfest? + +[Hacktoberfest](https://hacktoberfest.com/) is an annual event encouraging contributions to open source projects. Throughout October, participants are invited to submit contributions to open source repositories like Mautic. Contributions can be code, documentation, design, translations, or community support. This repository was initially created to support the Hacktoberfest event but we're now using it year-round due to the success of Hacktoberfest. + +## Why low- and no-code contributions matter + +Open source projects thrive not only from code contributions but also from the community's efforts in other areas. Low- and no-code contributions help Mautic grow and improve through better documentation, translations, community support, and more. If you're not a developer but want to contribute to open source, there are plenty of ways to get involved! + +## Ways to Contribute + +There are several ways to contribute to Mautic without writing code: + +### 1. **Documentation** + - **Improve or create new documentation**: Help by editing existing documentation for clarity, or writing new guides, tutorials, and FAQs. + - **Review documentation**: Proofread and provide feedback to ensure accuracy and readability. + +### 2. **Translations** + - **Translate Mautic**: Assist in translating Mautic’s user interface, documentation, or tutorials into different languages. + - **Proofread translations**: Review existing translations and help refine them for correctness and localization. + +### 3. **Community engagement** + - **Answer Questions**: Help users in Mautic’s forums, Slack, or other community platforms by answering questions or sharing your experiences. + - **Organize or participate in events**: Organize local Mautic meetups, workshops, or help promote Mautic in your community. + +### 4. **Design and user experience (UX)** + - **Create or improve UI/UX designs**: Work on wireframes, mockups, and designs that improve the user interface of Mautic. + - **Usability testing**: Provide feedback on how Mautic can be more user-friendly by testing features and sharing your insights. + +### 5. **Marketing** + - **Promote Mautic**: Spread the word about Mautic through social media, blogs, or video tutorials. + - **Create content**: Write articles, create videos, or design infographics that explain Mautic’s features and benefits. + +### 6. **Knowledgebase** + - **Contribute to Mautic’s Knowledgebase**: Write helpful articles, how-to guides, or troubleshoot common issues in the [Mautic Knowledgebase](https://kb.mautic.org/). + - **Update existing articles**: Review and update articles to ensure they reflect the latest Mautic features and best practices. + +## How to Get Started + +1. **Sign up for Hacktoberfest, if you're participating** + - If you're contributing during October, register for Hacktoberfest at [Hacktoberfest website](https://hacktoberfest.com/auth/) using your GitHub account. + +2. **Sign up to contribute to Mautic** + If you're contributing during October, register to participate in Mautic's Hacktoberfest event by filling out the form here: [Mautic Hacktoberfest 2024 Signup](https://m.mautic.org/hacktoberfest-24-signup). Please indicate **how you'd like to contribute** in the form by selecting areas such as documentation, translations, design, marketing, or community support. + +3. **Join the Mautic community** + - Visit the [Mautic Forum](https://forum.mautic.org/) to introduce yourself and engage with the community. + - Join the [Mautic Slack](https://www.mautic.org/slack) for real-time conversations with contributors and the Mautic team. + +4. **Pick your contribution type** + Choose the area where you want to contribute, whether it's documentation, translation, marketing, knowledgebase or community support. + +5. **Find an issue** + Browse through the **[Mautic low- and no-code Issues](https://github.com/orgs/mautic/projects/21/)**. There are specific tags like `documentation`, `design`, or `translation` to help you find no-code contribution opportunities. Use the tabs to navigate between the types of tasks. + +6. **Make Your Contribution** + - **Documentation**: Review or improve the documentation at [Mautic Documentation](https://docs.mautic.org/). + - **Translations**: Get involved by translating at [Mautic Translations](https://www.transifex.com/mautic/mautic/). + - **Community**: Help in the forums or join conversations on Mautic’s social media platforms. + +7. **Submit Your Contribution** +For documentation, submit your work via a pull request on GitHub - if you're contributing in October make sure to reference Hacktoberfest in your contribution notes so that the team know to add the `hacktoberfest-accepted` label. For other tasks like translations or writing on the knowledgebase, follow the submission process on Transifex or the knowledgebase and then follow the steps below to have your contribution validated and counted. + +For low- and no-code contributions where there is no pull request to make (e.g. marketing, design etc) we've created this file in this repository where we will maintain an activity log, which will allow you to submit a pull request (so that it counts for Hacktoberfest and as a Mautic contribution) each time you complete a task. Please note: some teams work on Jira, and those issues are automatically counted as a contribution when they are completed and assigned to a person, so you don't need to make a PR here for those tasks. + +To make a PR to have your contribution counted, follow these steps: + +1. Log in to GitHub with your GitHub account +2. Click the Fork button at the top right of this repository +3. Edit the relevant file for the current year, and add your contribution and a link to the issue at the bottom of the list. Follow any instructions that are written as to the formatting to use +4. Click the button to commit your changes, and make a new branch (ideally call it something relevant to this contribution, so you know what each one is) +5. Go back to the [Mautic low and no-code](https://github.com/mautic/low-no-code) repository +6. Click the button at the top of the page to make a new pull request +7. Add the details about your contribution, and submit the pull request for the team to review +8. Celebrate! 🥳 + +Please follow this process for each contribution, so that it counts for Hacktoberfest/for Mautic's contributions. The team will add the label 'hacktoberfest-accepted' for relevant contributions, which will allow you to have your contributions counted. + +8. **Get Your Rewards** + After contributing to four eligible open source repositories during Hacktoberfest, you’ll earn a limited-edition Mautic Hacktoberfest digital badges. For other contributions we're working on unique holopin badges - watch this space! + +## Useful Resources + +- [Mautic GitHub Repository](https://github.com/mautic/mautic) +- [Mautic Documentation](https://docs.mautic.org/) +- [Mautic Translations on Transifex](https://www.transifex.com/mautic/mautic/) +- [Mautic Forum](https://forum.mautic.org/) +- [Mautic Slack](https://www.mautic.org/slack) +- [Mautic GitHub Project Tasks](https://github.com/orgs/mautic/projects/21/views/1) +- [Mautic Knowledgebase](https://kb.mautic.org/) +- [Hacktoberfest Website](https://hacktoberfest.com/) + +--- + +Thank you for being part of the Mautic community and for your contributions throughout 2024. Every contribution helps make Mautic better for users around the world! + +## 2025 + +### Hacktoberfest no-code contribution activity log + +When linking to your contribution, please write a descriptive title and use the full link of the Jira issue, Knowledgebase article, or other reference. For example [Article on how to contribute to the Knowledgebase](https://kb.mautic.org/article/how-to-contribute-to-the-knowledge-base.html). + +| Your name | Link to your contribution | Notes | +|-------------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------| +| Ruth Cheesley (@rcheesley) | #110 | Initial setup of the Hacktoberfest no-code documentation | + | + +### Ongoing contributions + +| Your name | Link to your contribution | Notes | +|-------------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------| +| Ruth Cheesley | https://github.com/mautic/low-no-code/pull/110 | Update repo for ongoing use | From b56f58e61ffff3e32f49d685c57b0248aeb76691 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Tue, 28 Jan 2025 15:58:32 +0000 Subject: [PATCH 02/10] Fix extra table pipe --- 2025.md | 1 - 1 file changed, 1 deletion(-) diff --git a/2025.md b/2025.md index 3c6b0e3..4416eac 100644 --- a/2025.md +++ b/2025.md @@ -129,7 +129,6 @@ When linking to your contribution, please write a descriptive title and use the | Your name | Link to your contribution | Notes | |-------------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------| | Ruth Cheesley (@rcheesley) | #110 | Initial setup of the Hacktoberfest no-code documentation | - | ### Ongoing contributions From 5c1e2ff73449e5d1864e0a02da390ba5cd156ed0 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Tue, 28 Jan 2025 15:59:34 +0000 Subject: [PATCH 03/10] Update 2025.md --- 2025.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2025.md b/2025.md index 4416eac..e6ae087 100644 --- a/2025.md +++ b/2025.md @@ -128,10 +128,10 @@ When linking to your contribution, please write a descriptive title and use the | Your name | Link to your contribution | Notes | |-------------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------| -| Ruth Cheesley (@rcheesley) | #110 | Initial setup of the Hacktoberfest no-code documentation | +| Ruth Cheesley (@rcheesley) | [https://github.com/mautic/low-no-code/pull/111 ](https://github.com/mautic/low-no-code/pull/111) | Initial setup of the Hacktoberfest no-code documentation | ### Ongoing contributions | Your name | Link to your contribution | Notes | |-------------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------| -| Ruth Cheesley | https://github.com/mautic/low-no-code/pull/110 | Update repo for ongoing use | +| Ruth Cheesley | [https://github.com/mautic/low-no-code/pull/111](https://github.com/mautic/low-no-code/pull/111) | Update repo for ongoing use | From 6891f61b71aaad02b4c6d8401915762d5552ed59 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Tue, 28 Jan 2025 17:07:30 +0000 Subject: [PATCH 04/10] Fix typo --- 2025.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2025.md b/2025.md index e6ae087..a7dc951 100644 --- a/2025.md +++ b/2025.md @@ -1,10 +1,10 @@ -# No- and no-code guide for contributing to Mautic +# Low- and no-code guide for contributing to Mautic Welcome to **Mautic**! We're excited that you're interested in contributing to **Mautic**, an open source marketing automation platform. Contributions come in many forms, and not all of them require coding skills. This guide will show you how to contribute to Mautic without writing a single line of code! ## Table of Contents -- [No- and no-code guide for contributing to Mautic](#no-and-low-code-guide-for-contributing-to-mautic) +- [Low- and no-code guide for contributing to Mautic](#Low-and-low-code-guide-for-contributing-to-mautic) - [Table of Contents](#table-of-contents) - [About Mautic](#about-mautic) - [What is Hacktoberfest?](#what-is-hacktoberfest) From 60af1bed19bbef0c794aadfeb755aeb119f1df2d Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Tue, 28 Jan 2025 17:08:04 +0000 Subject: [PATCH 05/10] Update 2025.md --- 2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2025.md b/2025.md index a7dc951..40a2712 100644 --- a/2025.md +++ b/2025.md @@ -4,7 +4,7 @@ Welcome to **Mautic**! We're excited that you're interested in contributing to * ## Table of Contents -- [Low- and no-code guide for contributing to Mautic](#Low-and-low-code-guide-for-contributing-to-mautic) +- [Low- and no-code guide for contributing to Mautic](#Low-and-no-code-guide-for-contributing-to-mautic) - [Table of Contents](#table-of-contents) - [About Mautic](#about-mautic) - [What is Hacktoberfest?](#what-is-hacktoberfest) From 53d69d76d5364033a750c3083263bc044ded94bd Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Wed, 29 Jan 2025 09:32:30 +0000 Subject: [PATCH 06/10] Update 2025.md Co-authored-by: Ayu Adiati <45172775+adiati98@users.noreply.github.com> --- 2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2025.md b/2025.md index 40a2712..371c7b6 100644 --- a/2025.md +++ b/2025.md @@ -8,7 +8,7 @@ Welcome to **Mautic**! We're excited that you're interested in contributing to * - [Table of Contents](#table-of-contents) - [About Mautic](#about-mautic) - [What is Hacktoberfest?](#what-is-hacktoberfest) - - [Why No-Code Contributions Matter](#why-no-code-contributions-matter) + - [Why Low- and No-Code Contributions Matter](#why-low-and-no-code-contributions-matter) - [Ways to Contribute](#ways-to-contribute) - [1. **Documentation**](#1-documentation) - [2. **Translations**](#2-translations) From c254010dbb1144c3a34e2778a8626cb9ddfa9e90 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Wed, 29 Jan 2025 09:33:33 +0000 Subject: [PATCH 07/10] Update 2025.md Co-authored-by: Ayu Adiati <45172775+adiati98@users.noreply.github.com> --- 2025.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2025.md b/2025.md index 371c7b6..efa0446 100644 --- a/2025.md +++ b/2025.md @@ -38,8 +38,9 @@ Open source projects thrive not only from code contributions but also from the c There are several ways to contribute to Mautic without writing code: ### 1. **Documentation** - - **Improve or create new documentation**: Help by editing existing documentation for clarity, or writing new guides, tutorials, and FAQs. - - **Review documentation**: Proofread and provide feedback to ensure accuracy and readability. + +- **Improve or create new documentation**: Help by editing existing documentation for clarity, or writing new guides, tutorials, and FAQs. +- **Review documentation**: Proofread and provide feedback to ensure accuracy and readability. ### 2. **Translations** - **Translate Mautic**: Assist in translating Mautic’s user interface, documentation, or tutorials into different languages. From 380c092cbe00a3b46f33e12f75f335c4d1032a49 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Wed, 29 Jan 2025 09:38:07 +0000 Subject: [PATCH 08/10] Update 2025.md Co-authored-by: Ayu Adiati <45172775+adiati98@users.noreply.github.com> --- 2025.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2025.md b/2025.md index efa0446..db3779e 100644 --- a/2025.md +++ b/2025.md @@ -43,8 +43,9 @@ There are several ways to contribute to Mautic without writing code: - **Review documentation**: Proofread and provide feedback to ensure accuracy and readability. ### 2. **Translations** - - **Translate Mautic**: Assist in translating Mautic’s user interface, documentation, or tutorials into different languages. - - **Proofread translations**: Review existing translations and help refine them for correctness and localization. + +- **Translate Mautic**: Assist in translating Mautic’s user interface, documentation, or tutorials into different languages. +- **Proofread translations**: Review existing translations and help refine them for correctness and localization. ### 3. **Community engagement** - **Answer Questions**: Help users in Mautic’s forums, Slack, or other community platforms by answering questions or sharing your experiences. From 2fac2d9ada91c441b9d8ec54e7c80665df68f127 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Wed, 29 Jan 2025 09:46:29 +0000 Subject: [PATCH 09/10] Apply suggestions from code review Co-authored-by: Ayu Adiati <45172775+adiati98@users.noreply.github.com> --- 2025.md | 56 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 23 deletions(-) diff --git a/2025.md b/2025.md index db3779e..5432178 100644 --- a/2025.md +++ b/2025.md @@ -48,48 +48,57 @@ There are several ways to contribute to Mautic without writing code: - **Proofread translations**: Review existing translations and help refine them for correctness and localization. ### 3. **Community engagement** - - **Answer Questions**: Help users in Mautic’s forums, Slack, or other community platforms by answering questions or sharing your experiences. - - **Organize or participate in events**: Organize local Mautic meetups, workshops, or help promote Mautic in your community. + +- **Answer questions**: Help users in Mautic’s forums, Slack, or other community platforms by answering questions or sharing your experiences. +- **Organize or participate in events**: Organize local Mautic meetups, workshops, or help promote Mautic in your community. ### 4. **Design and user experience (UX)** - - **Create or improve UI/UX designs**: Work on wireframes, mockups, and designs that improve the user interface of Mautic. - - **Usability testing**: Provide feedback on how Mautic can be more user-friendly by testing features and sharing your insights. + +- **Create or improve UI/UX designs**: Work on wireframes, mockups, and designs that improve the user interface of Mautic. +- **Usability testing**: Provide feedback on how Mautic can be more user-friendly by testing features and sharing your insights. ### 5. **Marketing** - - **Promote Mautic**: Spread the word about Mautic through social media, blogs, or video tutorials. - - **Create content**: Write articles, create videos, or design infographics that explain Mautic’s features and benefits. + +- **Promote Mautic**: Spread the word about Mautic through social media, blogs, or video tutorials. +- **Create content**: Write articles, create videos, or design infographics that explain Mautic’s features and benefits. ### 6. **Knowledgebase** - - **Contribute to Mautic’s Knowledgebase**: Write helpful articles, how-to guides, or troubleshoot common issues in the [Mautic Knowledgebase](https://kb.mautic.org/). - - **Update existing articles**: Review and update articles to ensure they reflect the latest Mautic features and best practices. + +- **Contribute to Mautic’s Knowledgebase**: Write helpful articles, how-to guides, or troubleshoot common issues in the [Mautic Knowledgebase](https://kb.mautic.org/). +- **Update existing articles**: Review and update articles to ensure they reflect the latest Mautic features and best practices. ## How to Get Started -1. **Sign up for Hacktoberfest, if you're participating** - - If you're contributing during October, register for Hacktoberfest at [Hacktoberfest website](https://hacktoberfest.com/auth/) using your GitHub account. +1. **Sign up for Hacktoberfest, if you're participating** + + If you're contributing during October, register for Hacktoberfest at [Hacktoberfest website](https://hacktoberfest.com/auth/) using your GitHub account. -2. **Sign up to contribute to Mautic** - If you're contributing during October, register to participate in Mautic's Hacktoberfest event by filling out the form here: [Mautic Hacktoberfest 2024 Signup](https://m.mautic.org/hacktoberfest-24-signup). Please indicate **how you'd like to contribute** in the form by selecting areas such as documentation, translations, design, marketing, or community support. +2. **Sign up to contribute to Mautic** + + If you're contributing during October, register to participate in Mautic's Hacktoberfest event by filling out the form here: [Mautic Hacktoberfest 2024 Signup](https://m.mautic.org/hacktoberfest-24-signup). Please indicate **how you'd like to contribute** in the form by selecting areas such as documentation, translations, design, marketing, or community support. 3. **Join the Mautic community** - Visit the [Mautic Forum](https://forum.mautic.org/) to introduce yourself and engage with the community. - Join the [Mautic Slack](https://www.mautic.org/slack) for real-time conversations with contributors and the Mautic team. -4. **Pick your contribution type** - Choose the area where you want to contribute, whether it's documentation, translation, marketing, knowledgebase or community support. +4. **Pick your contribution type** + + Choose the area where you want to contribute, whether it's documentation, translation, marketing, knowledgebase or community support. + +5. **Find an issue** -5. **Find an issue** - Browse through the **[Mautic low- and no-code Issues](https://github.com/orgs/mautic/projects/21/)**. There are specific tags like `documentation`, `design`, or `translation` to help you find no-code contribution opportunities. Use the tabs to navigate between the types of tasks. + Browse through the **[Mautic Low- and No-Code Issues](https://github.com/orgs/mautic/projects/21/)**. There are specific tags like `documentation`, `design`, or `translation` to help you find no-code contribution opportunities. Use the tabs to navigate between the types of tasks. 6. **Make Your Contribution** - **Documentation**: Review or improve the documentation at [Mautic Documentation](https://docs.mautic.org/). - **Translations**: Get involved by translating at [Mautic Translations](https://www.transifex.com/mautic/mautic/). - **Community**: Help in the forums or join conversations on Mautic’s social media platforms. -7. **Submit Your Contribution** -For documentation, submit your work via a pull request on GitHub - if you're contributing in October make sure to reference Hacktoberfest in your contribution notes so that the team know to add the `hacktoberfest-accepted` label. For other tasks like translations or writing on the knowledgebase, follow the submission process on Transifex or the knowledgebase and then follow the steps below to have your contribution validated and counted. +7. **Submit Your Contribution** + + For documentation, submit your work via a pull request on GitHub. If you're contributing in October, make sure to reference Hacktoberfest in your contribution notes so that the team know to add the `hacktoberfest-accepted` label. For other tasks like translations or writing on the knowledgebase, follow the submission process on Transifex or the knowledgebase and then follow the steps below to have your contribution validated and counted. -For low- and no-code contributions where there is no pull request to make (e.g. marketing, design etc) we've created this file in this repository where we will maintain an activity log, which will allow you to submit a pull request (so that it counts for Hacktoberfest and as a Mautic contribution) each time you complete a task. Please note: some teams work on Jira, and those issues are automatically counted as a contribution when they are completed and assigned to a person, so you don't need to make a PR here for those tasks. + For low- and no-code contributions where there is no pull request to make (e.g. marketing, design etc.), we've created a file in this repository (named YYYY.md, for example 2025.md) where we will maintain an activity log, which will allow you to submit a pull request (so that it counts for Hacktoberfest and as a Mautic contribution) each time you complete a task. **Please note:** Some teams work on Jira, and the issues there are automatically counted as a contribution when they are completed and assigned to a person. If you work with issues on Jira, you don't need to make a PR here for those tasks. To make a PR to have your contribution counted, follow these steps: @@ -102,10 +111,11 @@ To make a PR to have your contribution counted, follow these steps: 7. Add the details about your contribution, and submit the pull request for the team to review 8. Celebrate! 🥳 -Please follow this process for each contribution, so that it counts for Hacktoberfest/for Mautic's contributions. The team will add the label 'hacktoberfest-accepted' for relevant contributions, which will allow you to have your contributions counted. +Please follow this process for each contribution, so that it counts for Hacktoberfest or Mautic's contributions. The team will add the label `hacktoberfest-accepted` for relevant contributions, which will allow you to have your contributions counted. + +8. **Get Your Rewards** -8. **Get Your Rewards** - After contributing to four eligible open source repositories during Hacktoberfest, you’ll earn a limited-edition Mautic Hacktoberfest digital badges. For other contributions we're working on unique holopin badges - watch this space! + After contributing to four eligible open source repositories during Hacktoberfest, you’ll earn a limited-edition Mautic Hacktoberfest digital badges. For other contributions, we're working on unique Holopin badges - watch this space! ## Useful Resources @@ -126,7 +136,7 @@ Thank you for being part of the Mautic community and for your contributions thro ### Hacktoberfest no-code contribution activity log -When linking to your contribution, please write a descriptive title and use the full link of the Jira issue, Knowledgebase article, or other reference. For example [Article on how to contribute to the Knowledgebase](https://kb.mautic.org/article/how-to-contribute-to-the-knowledge-base.html). +When linking to your contribution, please write a descriptive title and use the full link of the Jira issue, Knowledgebase article, or other reference. For example, [Article on how to contribute to the Knowledgebase](https://kb.mautic.org/article/how-to-contribute-to-the-knowledge-base.html). | Your name | Link to your contribution | Notes | |-------------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------| From 08270c6b420f77185c6b539ddc99dfe1a2c8b91d Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Wed, 29 Jan 2025 18:04:04 +0000 Subject: [PATCH 10/10] Fix ToC --- 2025.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/2025.md b/2025.md index 5432178..0314946 100644 --- a/2025.md +++ b/2025.md @@ -4,20 +4,18 @@ Welcome to **Mautic**! We're excited that you're interested in contributing to * ## Table of Contents -- [Low- and no-code guide for contributing to Mautic](#Low-and-no-code-guide-for-contributing-to-mautic) - - [Table of Contents](#table-of-contents) - - [About Mautic](#about-mautic) - - [What is Hacktoberfest?](#what-is-hacktoberfest) - - [Why Low- and No-Code Contributions Matter](#why-low-and-no-code-contributions-matter) - - [Ways to Contribute](#ways-to-contribute) - - [1. **Documentation**](#1-documentation) - - [2. **Translations**](#2-translations) - - [3. **Community Engagement**](#3-community-engagement) - - [4. **Design and User Experience (UX)**](#4-design-and-user-experience-ux) - - [5. **Marketing**](#5-marketing) - - [6. **Knowledgebase**](#6-knowledgebase) - - [How to Get Started](#how-to-get-started) - - [Useful Resources](#useful-resources) +- [About Mautic](#about-mautic) +- [What is Hacktoberfest?](#what-is-hacktoberfest) +- [Why Low- and No-Code Contributions Matter](#why-low-and-no-code-contributions-matter) +- [Ways to Contribute](#ways-to-contribute) + - [1. **Documentation**](#1-documentation) + - [2. **Translations**](#2-translations) + - [3. **Community Engagement**](#3-community-engagement) + - [4. **Design and User Experience (UX)**](#4-design-and-user-experience-ux) + - [5. **Marketing**](#5-marketing) + - [6. **Knowledgebase**](#6-knowledgebase) +- [How to Get Started](#how-to-get-started) +- [Useful Resources](#useful-resources) ---