From b30f9b8b3e53deac242190fe1091ab85c07df976 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 16 May 2021 22:00:52 +0200 Subject: [PATCH] docs: request a readme file in reproduction (#10007) --- docs/development/minimal-reproductions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development/minimal-reproductions.md b/docs/development/minimal-reproductions.md index 18a6d35190..1c72c00ba7 100644 --- a/docs/development/minimal-reproductions.md +++ b/docs/development/minimal-reproductions.md @@ -40,5 +40,6 @@ A good minimal reproduction: - Uses the fewest amount of repository files and dependencies possible - Reduces the Renovate config to the minimum necessary +- Contains a `readme.md` file that explains current behavior and expected behavior Sometimes you may find it easiest to start with a fork and then remove files/config until the bug no longer reproduces, but other times it may be simplest to start with an empty repository with a couple of files you copy over manually from your main repository. -- GitLab