You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: If you have found a bug, you should chose this template.
3
+
labels: bug
4
+
body:
5
+
- type: checkboxes
6
+
attributes:
7
+
label: "Decision Table"
8
+
description: |
9
+
A good amount of bug reports are actually feature requests. To help you with that, read and check all the boxes to make sure you really need to fill the full template. If you can't check those two boxes, this is a feature request, not a bug. Fill a feature request here: https://native-html.canny.io/features
10
+
options:
11
+
- label: "My issue does not look like “The HTML attribute 'xxx' is ignored” (unless
12
+
we claim support for it)"
13
+
required: true
14
+
- label: "My issue does not look like “The HTML element `<yyy>` is not rendered”"
15
+
required: true
16
+
validations:
17
+
required: true
18
+
- type: checkboxes
19
+
attributes:
20
+
label: "Good Faith Declaration"
21
+
description: "We're happy to help, but our time is valuable and we'd like you to make sure you haven't been able to find an answer publicly available."
22
+
options:
23
+
- label: "I have read the HELP document here: https://git.io/JBi6R"
24
+
required: true
25
+
- label: "I have read the CONTRIBUTING document here: https://git.io/JJ0Pg"
26
+
required: true
27
+
- label: "I have confirmed that this bug has not been reported yet"
28
+
required: true
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
attributes:
33
+
label: "Description"
34
+
placeholder: "Describe the bug. Please provide reproduction steps, screnshots and screencasts when appropriate."
35
+
validations:
36
+
required: true
37
+
- type: textarea
38
+
attributes:
39
+
label: React Native Information
40
+
render: sh
41
+
placeholder: "The result of running `react-native info` or `expo diagnostics`. If you are ready to provide a snack, just type \"confer snack\"."
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
attributes:
46
+
label: "RNRH Version"
47
+
placeholder: "Type which version of react-native-render-html you are using."
48
+
validations:
49
+
required: true
50
+
- type: checkboxes
51
+
attributes:
52
+
label: Tested Platforms
53
+
description: Platforms on which you have tested the bug
54
+
options:
55
+
- label: Android
56
+
- label: iOS
57
+
- label: Web
58
+
- label: MacOS
59
+
- label: Windows
60
+
validations:
61
+
required: true
62
+
- type: checkboxes
63
+
attributes:
64
+
label: Reproduction Platforms
65
+
description: Platforms on which you have reproduced the bug
66
+
options:
67
+
- label: Android
68
+
- label: iOS
69
+
- label: Web
70
+
- label: MacOS
71
+
- label: Windows
72
+
validations:
73
+
required: true
74
+
- type: textarea
75
+
attributes:
76
+
label: Minimal, Reproducible Example
77
+
description: |
78
+
[*What is a Minimal, Reproducible Example (MRE)?*](https://stackoverflow.com/help/minimal-reproducible-example). Provide either a link to an expo snack, git repository, or a code block. You can fork [**our Snack template**](https://snack.expo.dev/@jsamr/rnrhtml-template) to gain time (follow instructions from the README in this snack)! The MRE **must be self-contained**, and **HTML inlined** unless strictly necessary (e.g., a bug with remote HTML). Also note:
79
+
- If your issue is related to operations such as dependency resolution or testing, **you must** provide a MRE in the form of a git repository.
80
+
- If and only if you provide a regression test in lieu of a MRE, you can reference the related PR instead.
0 commit comments