From de48c7ad6a7fa0ccf95b8a84705fcdd3693c7042 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:58:32 +0200 Subject: [PATCH] Add minimal, reproducible example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87f4327..24658f0 100644 --- a/README.md +++ b/README.md @@ -496,6 +496,7 @@ NoSQL: - [Debugging zine](https://jvns.ca/debugging-zine.pdf), Julian Evans - [If you understand a bug, you can fix it](https://wizardzines.com/comics/understand-can-fix/) - [The Thirty Minute Rule](https://daniel.feldroy.com/posts/thirty-minute-rule): if anyone gets stuck on something for more than 30 minutes, they should ask for help +- [How to create a Minimal, Reproducible Example ](https://stackoverflow.com/help/minimal-reproducible-example), Stack Overflow ### Design (visual, UX, UI, typography)