How to update GitLab documentation

Anyone can contribute to the GitLab documentation! You can create a merge request for documentation when:

  • You find errors or other room for improvement in existing documentation.
  • You have an idea for all-new documentation that would help a GitLab user or administrator to accomplish their work with GitLab.

If you are working on a feature or enhancement, use the feature workflow process described in the GitLab Handbook.

How to update the docs

If you are not a GitLab team member, or do not have the Developer role for the GitLab repository, to update GitLab documentation:

  1. Select an issue you'd like to work on.
    • You don't need an issue to open a merge request.
    • For a Hackathon, in the issue, in a comment, mention the person who opened the issue and ask for the issue to be assigned to you. To be fair to other contributors, if you see someone has already asked to work on the issue, choose another issue. If you are looking for issues to work on and don't see any that suit you, you can always fix Vale issues.
  2. Go to the GitLab repository.
  3. In the top-right, select Fork. Forking makes a copy of the repository on GitLab.com.
  4. In your fork, find the documentation page by going to the \doc directory.
  5. If you know Git, make your changes and open a merge request. If not, follow these steps:
    1. In the top right, select Edit, make the changes, and Save.
    2. From the left menu, select Merge requests.
    3. For the source branch, select your fork and branch. If you did not create a branch, select master. For the target branch, select the GitLab repository master branch.
    4. For the commit message, use 3-5 words, start with a capital letter, and do not end with a period.
    5. Select Commit changes. A merge request opens.
    6. Select the Documentation template. In the description, write a brief summary of the changes and link to the related issue, if there is one.

If you need help while working on the page, view:

Ask for help

Ask for help from the Technical Writing team if you:

  • Need help to choose the correct place for documentation.
  • Want to discuss a documentation idea or outline.
  • Want to request any other help.

To identify someone who can help you:

  1. Locate the Technical Writer for the relevant DevOps stage group.
  2. Either:
    • If urgent help is required, directly assign the Technical Writer in the issue or in the merge request.
    • If non-urgent help is required, ping the Technical Writer in the issue or merge request.

If you are a member of the GitLab Slack workspace, you can request help in #docs.

Documentation labels

When you author an issue or merge request, you must add these labels:

A member of the Technical Writing team adds these labels:

Reviewing and merging

Anyone with the Maintainer role to the relevant GitLab project can merge documentation changes. Maintainers must make a good-faith effort to ensure that the content:

If the author or reviewer has any questions, they can mention the writer who is assigned to the relevant DevOps stage group.

The process involves the following:

  • Primary Reviewer. Review by a code reviewer or other appropriate colleague to confirm accuracy, clarity, and completeness. This can be skipped for minor fixes without substantive content changes.
  • Technical Writer (Optional). If not completed for a merge request before merging, must be scheduled post-merge. Schedule post-merge reviews only if an urgent merge is required. To request a:
  • Maintainer. For merge requests, Maintainers:
    • Can always request any of the above reviews.
    • Review before or after a Technical Writer review.
    • Ensure the given release milestone is set.
    • Ensure the appropriate labels are applied, including any required to pick a merge request into a release.
    • Ensure that, if there has not been a Technical Writer review completed or scheduled, they create the required issue, assign it to the Technical Writer of the given stage group, and link it from the merge request.

The process is reflected in the Documentation merge request template.

Other ways to help

If you have ideas for further documentation resources please create an issue using the Documentation template.

Post-merge reviews

If not assigned to a Technical Writer for review prior to merging, a review must be scheduled immediately after merge by the developer or maintainer. For this, create an issue using the Doc Review description template and link to it from the merged merge request that introduced the documentation change.

Circumstances in which a regular pre-merge Technical Writer review might be skipped include:

  • There is a short amount of time left before the milestone release. If fewer than three days are remaining, seek a post-merge review and ping the writer via Slack to ensure the review is completed as soon as possible.
  • The size of the change is small and you have a high degree of confidence that early users of the feature (for example, GitLab.com users) can easily use the documentation as written.

Remember:

  • At GitLab, we treat documentation like code. As with code, documentation must be reviewed to ensure quality.
  • Documentation forms part of the GitLab definition of done.
  • That pre-merge Technical Writer reviews should be most common when the code is complete well in advance of a milestone release and for larger documentation changes.
  • You can request a post-merge Technical Writer review of documentation if it's important to get the code with which it ships merged as soon as possible. In this case, the author of the original MR can address the feedback provided by the Technical Writer in a follow-up MR.
  • The Technical Writer can also help decide that documentation can be merged without Technical writer review, with the review to occur soon after merge.

Before merging

Ensure the following if skipping an initial Technical Writer review:

  • Product badges are applied.
  • The GitLab version that introduced the feature is included.
  • Changes to headings don't affect in-app hyperlinks.
  • Specific user permissions are documented.
  • New documents are linked from higher-level indexes, for discoverability.
  • The style guide is followed:

Merge requests that change the location of documentation must always be reviewed by a Technical Writer before merging.