Skip to content

How to showcase bug fixes in pull requests without creating specific documentation examples? #4823

Closed Answered by cchaos
cchaos asked this question in Q&A
Discussion options

You must be logged in to vote

There are a couple ways to approach this in the pull request and would depend on how complicated the problem is to replicate.

1. If the bug is a simple use-case scenario, replicate it locally and past before/after screenshots in the PR summary.

This obviously also only applies to fixes that are visual based, not purely code fixes. A great example is this PR #4738 which fixes a bug and shows the before/after screenshot so we know what to look for/that the fix worked.

2. If the bug is more complicated to replicate, but shouldn't have a specific doc example (use-case dependent), create a commit that is called Revert me with one of the doc examples updated for reviewers to test. Then revert …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by cchaos
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants