Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 1.79 KB

REVIEWING.rst

File metadata and controls

37 lines (20 loc) · 1.79 KB

Review Aiven Docs pull requests

We have many contributors and reviewers, so here's a checklist to share the things we want to look at when reviewing contributions. Please follow these guidelines when reviewing any pull request on Aiven Docs, and don't merge your own work.

At an overall level

  1. Is this a migration from an old knowledgebase article? Make sure to add the old and new URLs to the migrations sheet when merging.
  2. If this addresses an open issue, have we added the magic Fixes #123 incantation to the pull request description? (and if it doesn't address an issue, why not?)
  3. Does the build pass? We won't merge if it doesn't, but it's also fine for you to either explain to the author how to fix it, or add one commit to fix the link/markup/typo before you merge.
  4. Does this change introduce something that our audience actually needs? Not all contributions must be accepted.
  5. Do all the articles in the pull request use clear content types, and are they added to the navigation correctly?
  6. Are the titles well-written and useful? Are there subtitles?

In detail for each page changed

For this section, pull the branch on to your local machine and review the markup and the rendered content alongside one another.

  1. Is it clear WHY something should be done as well as how to do it?
  2. If there are steps to follow, are they all required, and laid out in the simplest possible order?
  3. Do the steps all actually work? Are the commands correct and can you follow the examples?
  4. Check the article against the style guide (in CONTRIBUTING).
  5. Review the written English in detail, is it clear and friendly? Is it correct and easy to understand?
  6. Does the page render well? Is there anything missing?