-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Added Community-to-RST #223 #237
base: main
Are you sure you want to change the base?
Conversation
Created a PR named Added Community-to-RST #223 kindly review it, also kindly add the Hacktoberfest Accepted label if my PR works |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @HappySR thanks for making a start!
It looks like maybe you ran this file through a converter because there were a bunch of things not implemented correctly which are clearly documented in the issue like how to do headings and links. Please take a look in the future, as it takes us time to write those guidance notes ;)
I've fixed most of the fundamental issues like moving the files into the right place, creating the link files which were missing (you'd used inline links, which we don't use), and also fixing some of the heading structure which was using all kinds of heading levels and was completely missing in some places causing the RST checker to fail to build.
The PR should now build correctly but I have left you some Vale fixes to address before we can consider the PR for merging.
Sorry again for the delay, we've been a little swamped with contributions which means it's taken time to fix a couple of bugs with our Q/A pipeline and get these PRs reviewed.
Hopefully once these are fixed it'll be quick to merge! 🚀
Community dashboard | ||
################### | ||
|
||
The Community Dashboard uses the open-source :xref:`Savannah CRM` tool to import, analyze and visualize data from multiple sources in one central location. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Community Dashboard uses the open-source :xref:`Savannah CRM` tool to import, analyze and visualize data from multiple sources in one central location. | |
The Community Dashboard uses the open source :xref:`Savannah CRM` tool to import, analyze, and visualize data from multiple sources in one central location. |
|
||
You can view the data from the last 90 days on the :xref:`Savannah Dashboard`. | ||
|
||
Currently the dashboad imports: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently the dashboad imports: | |
Currently the dashboard imports: |
|
||
Currently the dashboad imports: | ||
|
||
- All repositories listed under github.com/mautic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- All repositories listed under github.com/mautic | |
- All repositories listed under ``github.com/mautic`` |
Currently the dashboad imports: | ||
|
||
- All repositories listed under github.com/mautic | ||
- Specified channels from mautic.slack.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Specified channels from mautic.slack.com | |
- Specified channels from ``mautic.slack.com`` |
|
||
- All repositories listed under github.com/mautic | ||
- Specified channels from mautic.slack.com | ||
- All threads on forums.mautic.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- All threads on forums.mautic.org | |
- All threads on ``forum.mautic.org`` |
- All repositories listed under github.com/mautic | ||
- Specified channels from mautic.slack.com | ||
- All threads on forums.mautic.org | ||
- All threads on reddit.com/r/mautic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- All threads on reddit.com/r/mautic | |
- All threads on ``reddit.com/r/mautic`` |
- All threads on forums.mautic.org | ||
- All threads on reddit.com/r/mautic | ||
- All Stack Overflow posts tagged with Mautic | ||
- Specified meetup.com groups (coming soon) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Specified meetup.com groups (coming soon) |
This is no longer relevant (we don't use meetup.com any more) so I would remove this line al together.
- All Stack Overflow posts tagged with Mautic | ||
- Specified meetup.com groups (coming soon) | ||
|
||
The information is used to determine the activity levels of individuals and organizaitons within the community, which informs the monthly updates in Slack and the ranking of organizations in the :xref:`Partners' Directory`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The information is used to determine the activity levels of individuals and organizaitons within the community, which informs the monthly updates in Slack and the ranking of organizations in the :xref:`Partners' Directory`. | |
Mautic uses this information to determine the activity levels of individuals and organizations within the community, which informs the monthly updates in Slack and the ranking of organizations in the :xref:`Partners' Directory`. |
***************************************************** | ||
|
||
- Everyone who is enthusiastic enough | ||
- As ambassadors: People in different countries who are already well-connected through other activities, and have a broad understanding of Mautic's facets (both from the user's and from the MarTech and even dev side, but no actual dev knowledge required) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- As ambassadors: People in different countries who are already well-connected through other activities, and have a broad understanding of Mautic's facets (both from the user's and from the MarTech and even dev side, but no actual dev knowledge required) | |
- As ambassadors: People in different countries who are already well-connected through other activities, and have a broad understanding of Mautic's facets (both from the user's and from the MarTech and even developer side, but no actual developer knowledge required) |
@HappySR Pinging you in case you missed the above reviews |
Fixes #223