From bbebfdeda163cd2d4781c86dec7d7102aad1212a Mon Sep 17 00:00:00 2001 From: Maxime Bertonnier Date: Wed, 7 Mar 2018 09:53:12 +0100 Subject: [PATCH] doc(ISSUE_TEMPLATE): add issue template --- ISSUE_TEMPLATE.md | 136 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..4f4f29223 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,136 @@ + + +### Is this a bug report or a feature request? + +(Write your answer here.) + + + +### Have you read [the guidelines](https://github.com/archriss/react-native-render-html/blob/master/CONTRIBUTING.md) regarding bug report? + +(Write your answer here.) + +### Have you read [the documentation](https://github.com/archriss/react-native-render-html/blob/master/README.md) in its entirety? + +(Write your answer here.) + +### Have you made sure that your issue hasn't already been reported/solved? + +(Write your answer here.) + +### Is the bug specific to iOS or Android? Or can it be reproduced on both platforms? + +(Write your answer here and specify the iOS/Android versions on which you've been able to reproduce the issue.) + +### Is the bug reproductible in a production environment (not a debug one)? + +(Write your answer here.) + +### Have you been able to reproduce the bug in [the provided example](https://github.com/archriss/react-native-render-html/tree/master/Demo)? + +(Write your answer here.) + + + +### Environment + + + +(Write your answer here.) + +### Steps to Reproduce + + + +(Write your steps here:) + +1. +2. +3. + +### Expected Behavior + + + +(Write what you thought would happen.) + +### Actual Behavior + + + +(Write what happened. Add screencasts/screenshots!) + +### Reproducible Demo + + + +(Paste the link to an example project or paste the entirety of the relevant source code. Then provide instructions to reproduce the issue.) + +