Skip to content

QA processes

TODOs and anything outstanding after QA

Use a top level comment on the draft-PR (the one that is usually from the author with 'no description provided'. If the author already used that then just add a note to the top and leave their stuff at the bottom)

Example repositories

If an article links to an example repository that we have developed, it's usually in our github organization. Customers usually want this example repo in their own organization.

During QA, update any internal links to predict where they will probably live based on what we know about what the customer usually wants.

Add as a top level comment in GitHub

Dependencies:

- This requires that <internal repo> be made available at <link you used>

Often this is just changing the org name in github e.g.

Dependencies:

- This requies that https://github.com/ritza-co/foobar is made available at https://github.com/acme/foobar

But sometimes it might be a different name or structure. Maybe we choose a better name for the customer, or they want all examples to be in a monorepo etc.