From d8e2a1080616c02bfb8f4e106b2b4d3942d94e9b Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Mon, 11 May 2026 20:41:04 +0200 Subject: [PATCH] docs: update CONTRIBUTING.md --- CONTRIBUTING.md | 60 +++++++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 34 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 981fa363..dff9ba71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,14 +10,17 @@ # Contributing to Bulwark Webmail -Thank you for your interest in contributing to Bulwark Webmail! This document provides guidelines and information for contributors. +We're writing the webmail we wanted in 2026 and didn't find. Modern protocol, modern tooling, modern UI. Not a SaaS. Not a startup. Not for sale. -## Join our Community -**New to the project or looking for a place to start?** You don't need to be an expert to contribute! Whether you need help setting up your environment, want to report a bug, or are interested in helping with translations, our Discord is the best place to connect. +If that resonates with you, we'd love your help. This guide covers how to get the project running, the conventions we follow, and how to land your first change. -* **Get Support:** Get real-time help with development hurdles. -* **Contribute:** Share ideas, suggest features, or help us improve documentation. -* **Collaborate:** Meet the team and other contributors working to make Bulwark better. +## Join the Community + +You don't need to be an expert to contribute. Whether you're setting up your dev environment for the first time, filing a bug, or translating a string, the Discord is the fastest way to get unstuck and meet the people working on this. + +- **Get support** - real-time help with development hurdles +- **Share ideas** - feature suggestions, design feedback, doc improvements +- **Collaborate** - meet the team and other contributors [**Join the Bulwark Discord Server**](https://discord.gg/tYCujymGrT) @@ -94,37 +97,31 @@ These checks run automatically on commit via Husky pre-commit hooks. ## Internationalization (i18n) -This project uses **next-intl** for internationalization. Please follow these guidelines: +This project uses **next-intl**. English (`/locales/en/common.json`) is the source of truth; we ship 15 additional locales (cs, de, es, fr, it, ja, ko, lv, nl, pl, pt, ru, tr, uk, zh). -### Key Rules +### Rules -1. **Never hardcode user-facing text** - Always use translations: +1. **Never hardcode user-facing text** — always use translations: ```tsx const t = useTranslations("namespace"); return