diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4f87bf2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +What is it that you are seeing? Please be detailed in your description so that I can help fix your issue as quickly as possible. + +**Device/Setup Info:** + - Device: [e.g. iPhone 6] + - OS: [e.g. iOS 8.1] + - `react-native` version: [e.g. 0.57.1] +- `react-native-popover-view` version: [e.g. 1.0.7] + +**Screenshots** +If there is a visual issue, add screenshots or a video so that I can see what is going on. + +**Debug Output** +Pass the `debug={true}` prop into the Popover, and then paste the contents of the log here.