Contributing
Contribute to the documentation
Section titled “Contribute to the documentation”Thank you for your interest in contributing to our documentation! This guide will help you get started.
How to contribute
Section titled “How to contribute”Option 1: Edit directly on GitHub
Section titled “Option 1: Edit directly on GitHub”- Navigate to the page you want to edit
- Click the “Edit this file” button (the pencil icon)
- Make your changes and submit a pull request
Option 2: Local development
Section titled “Option 2: Local development”- Fork and clone this repository
- Run
npm --prefix docs cifrom the repository root - Create a branch for your changes
- Make changes
- Run
npm --prefix docs run devand open the URL Astro prints - Run
npm --prefix docs run check:links,npm --prefix docs run check:claims, andnpm --prefix docs run build - Commit your changes and submit a pull request
For more details, see documentation development.
Writing guidelines
Section titled “Writing guidelines”- Use active voice: “Run the command” not “The command should be run”
- Address the reader directly: Use “you” instead of “the user”
- Keep sentences concise: Aim for one idea per sentence
- Lead with the goal: Start instructions with what the user wants to accomplish
- Use consistent terminology: Don’t alternate between synonyms for the same concept
- Include examples: Show, don’t just tell