From a1365d63cbd564c8063c4108a756d029b7bbe551 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 7 Oct 2024 16:14:50 +0100 Subject: [PATCH] Update reproducer README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4bcf441..b4692fb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # React Native Reproducer +> [!IMPORTANT] +> Do not just **fork** this repository, but use instead the [![Use this template](https://img.shields.io/badge/-Use%20this%20template-brightgreen)](https://github.com/cortinico/reproducer-react-native/generate) button on GitHub. + This is the React Native **reproducer** template. You can use this template to create a minimal, complete, and reproducible project that the community can use to understand what's your problem. You can read more about the principles of a good reproducible project [here](https://stackoverflow.com/help/mcve).