Contribute
The Help center gets better with your feedback. There are three ways to contribute and all are public.
1. Suggest a new article
You searched for something and it was not there. Tell us what you were looking for and why.
Open a “suggest article” issue
If the suggestion is useful for more users, the team writes the article within one to two weeks.
2. Report an outdated article
You found an article with a stale screenshot, a step that no longer exists, or a broken reference.
Each article has a “Report as outdated” button at the bottom that pre-fills the URL.
3. Propose a synonym
Search did not find a term that felt obvious to you.
Provide the term you searched and the equivalent existing term. The dictionary is updated quarterly.
Direct pull requests
If you are comfortable with Git, you can also open a pull request to the docs repository. Guidelines:
- One branch per article or per change.
- Meet the bilingual editorial checklist.
- ES and EN in the same PR.
Bilingual editorial checklist
Before opening the PR, confirm that it meets:
- Files
content/es/centro-de-ayuda/<path>.mdxandcontent/en/help-center/<path>.mdxboth exist. - Complete frontmatter:
title,description, and per type,audience,modules,last_reviewed,related. - Single H1 matching
title. - No emojis in the body.
- No marketing fluff.
- Technical terms explained on first use.
- Formal address (usted) in Spanish.
- Images with descriptive
altin both languages. - Relative internal links (no absolute
docs.ministrium.comURLs). - No
<p>wrapping MDX blocks (use<div>).