Files
zulip/help/support-zulip-project.md
Shubham Padia 7ce87c66ac help: Make loose lists tight for help center files.
In our current implementation, loose lists and tight lists look the same
visually. Loose lists are lists with blank lines between list items, and
the contents of a list item should be enclosed in a paragraph tag in
that case. For unordered lists, paragraph tags have a bottom margin in
starlight and thus looses lists look much more spaced out than tight
lists.

That is not the behaviour we had in mind while writing the
documentation, the reason we had all these loose lists is to make the
documentation easy to write and read. So we attempt to remove all the
blank lines and fix the problem at source. Since paragraph tags are used
for other purposes in a list in starlight, it won't be a wise decision
to let the source be as is and just change things in css, other expected
behaviours might break in that case. See this topic for more details:
https://chat.zulip.org/#narrow/channel/19-documentation/topic/new.20help.20center.3A.20regressions/near/2226084

All the changes were made by a one-off script which has not been
commited to the repo. The script wasn't perfect and could not decide
between blank lines that make a list loose vs blank lines necessary for
a sub-list or a code block inside a list item. A manual review of all
the changes was done before making this commit to ensure that no
unintended changes were made to the help center files.
2025-07-22 14:36:25 -07:00

88 lines
4.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Support the Zulip project
{!supporting-zulip-motivation.md!}
The Zulip community (which includes you!) is a huge part of what makes Zulip
successful. If you appreciate Zulip, there are many different ways you can
support the project. Some of these will only take a few minutes of your
time, but still make a big difference.
* [Support Zulip financially](#support-zulip-financially): Sponsoring Zulip
helps fund free [Zulip Cloud Standard](https://zulip.com/plans/) hosting for
hundreds of open source projects, research communities, and other worthy
organizations.
* [Help others find Zulip](#help-others-find-zulip): As a business that's
[growing sustainably](https://zulip.com/values/) without venture capital
funding, Zulip cannot afford splashy ad campaigns to compete with giant
corporations like Salesforce (Slack) and Microsoft (Teams). Zulip depends
on users and other members of the community to spread the word about the
difference that using Zulip's organized team chat has made for you or your
organization.
* [Help improve Zulip](#help-improve-zulip): Zulip is developed by a [vibrant
open-source community](https://zulip.com/team/), and there are many ways to
contribute even without writing a single line of code.
## Support Zulip financially
You can sponsor Zulip through the [GitHub sponsors
program](https://github.com/sponsors/zulip) (preferred), on
[Patreon](https://patreon.com/zulip), or on [Open
Collective](https://opencollective.com/zulip).
## Help others find Zulip
* [**Link to Zulip**](/help/linking-to-zulip-website) from your organization's
website. In addition to providing information for anyone browsing your
website, this helps people find Zulip in Google and other search engines.
* [**List your organization**](/help/communities-directory) in the [Zulip
communities directory](https://zulip.com/communities/). Browsing open
communities helps folks see how others are using Zulip, and learn best
practices.
* **Star** Zulip on GitHub. There are four main repositories:
[server/web](https://github.com/zulip/zulip),
[mobile](https://github.com/zulip/zulip-mobile),
[desktop](https://github.com/zulip/zulip-desktop), and
[Python API](https://github.com/zulip/python-zulip-api).
* **Review** Zulip on product comparison websites, such as
[G2](https://www.g2.com/products/zulip/reviews/start) and [Software
Advice](https://reviews.softwareadvice.com/new/316022). Organizations rely on
review sites more and more when choosing software for their team, and sharing
your experience with Zulip (good or bad) helps them evaluate whether Zulip
might work for their needs.
* **Subscribe** to [our blog](https://blog.zulip.org/), and share our posts.
* **Mention** Zulip on social media, or like and retweet [Zulip's
tweets](https://twitter.com/zulip), or retoot [Zulip's
toots](https://fosstodon.org/@zulip).
* **Share** your Zulip story on your blog, or get it posted [on the Zulip
website](https://zulip.com/use-cases/#customer-stories) (contact
[support@zulip.com](mailto:support@zulip.com) to learn more).
* **Tell** your friends and colleagues about your Zulip experience.
## Help improve Zulip
* **Report issues**, including both [feature
requests](https://zulip.readthedocs.io/en/latest/contributing/suggesting-features.html)
and [bug
reports](https://zulip.readthedocs.io/en/latest/contributing/reporting-bugs.html).
Many improvements to the Zulip app start with a user's suggestion.
* [**Give
feedback**](https://zulip.readthedocs.io/en/latest/contributing/suggesting-features.html#evaluation-and-onboarding-feedback)
if you are evaluating or using Zulip.
* [**Translate**](https://zulip.readthedocs.io/en/latest/translating/translating.html)
Zulip into your language. Zulip has been translated into over 25 languages by
an amazing group of volunteers, and you can help expand, improve, and
maintain the translation for your language, or start working on a language
that hasn't been covered yet.
* [**Contribute
code**](https://zulip.readthedocs.io/en/latest/contributing/contributing.html)
to the Zulip open-source project. To make it easy for contributors from a
variety of backgrounds to get started, we have invested into making Zulips
code uniquely readable, well tested, and easy to modify.
## Related articles
* [Zulip project values](https://zulip.com/values/)
* [Linking to Zulip](/help/linking-to-zulip-website)
* [Zulip communities directory](/help/communities-directory)
* [Contact Zulip](/help/contact-support)