Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions docs/contribute/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@ Contribute to this documentation

This guide describes how to make a change to the documentation in Snapcraft.

Changing the documentation involves:

- Running commands in a command-line interface or terminal
- Writing in reStructuredText
- Saving changes in Git
- Syncing changes with a personal GitHub account

If you're unfamiliar with any of these activities, we recommend you first build some
experience in :ref:`contribute-coda`.
Documenting involves running commands in a command-line interface and syncing code with
Git and GitHub. If you're new to these tools, we recommend you make your first
contribution to Snapcraft with the help of :ref:`contribute-coda`.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jahn-junior How do you feel about "with the help of"?



Set up your work environment
Expand Down Expand Up @@ -237,6 +231,9 @@ Address quality concerns
Before the PR is merged, it must pass all automatic checks, and it needs separate
approvals from two maintainers.

Each PR builds a preview of the documentation on Read the Docs. For safety, it's a good
idea to manually verify that the preview looks identical to your local build.

If there are any issues in your branch that your local testing didn't catch, then the
automatic checks will fail. To address these issues, review the logs in the failed
checks. The error messages in the logs will have remedies and hints for what needs
Expand Down
Loading