From 7bee42eb3cef1ee20c35fccb3ec9ad37b36c48bc Mon Sep 17 00:00:00 2001 From: "Davis Z. Cabral" Date: Mon, 3 Sep 2018 05:17:27 -0300 Subject: [PATCH] Add more information to issue template to help figure out cause of problems (#3239) --- .github/ISSUE_TEMPLATE.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c68f0dfa6..5f37fb561 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,27 @@ ### Version -Tell us which versions you are using: +Tell us which versions you are using: - react-native-router-flux v4.?.? (v3 is not supported) +- react v16.?.? - react-native v0.?.? + + ### Expected behaviour @@ -18,5 +36,16 @@ For non-obvious bugs, please fork this component, modify Example project to repr 2. 3. +### Reproducible Demo + +Please provide a minimized reproducible demonstration of the problem you're reporting. + +Issues that come with minimal repro's are resolved much more quickly than issues where a maintainer has to reproduce themselves. +