|
| 1 | +<!-- |
| 2 | +PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. |
| 3 | +
|
| 4 | +ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. |
| 5 | +--> |
| 6 | + |
| 7 | +## I'm submitting a... |
| 8 | +<!-- Check one of the following options with "x" --> |
| 9 | +<pre><code> |
| 10 | +[ ] Regression (a behavior that used to work and stopped working in a new release) |
| 11 | +[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> |
| 12 | +[ ] Performance issue |
| 13 | +[ ] Feature request |
| 14 | +[ ] Documentation issue or request |
| 15 | +[ ] Other... Please describe: |
| 16 | +</code></pre> |
| 17 | + |
| 18 | +## Current behavior |
| 19 | +<!-- Describe how the issue manifests. --> |
| 20 | + |
| 21 | + |
| 22 | +## Expected behavior |
| 23 | +<!-- Describe what the desired behavior would be. --> |
| 24 | + |
| 25 | + |
| 26 | +## Minimal reproduction of the problem with instructions |
| 27 | + |
| 28 | +<!-- |
| 29 | +For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via |
| 30 | +
|
| 31 | +* Step 1 |
| 32 | +* Step 2 |
| 33 | +* Step 3 |
| 34 | +
|
| 35 | +--> |
| 36 | + |
| 37 | +## What is the motivation / use case for changing the behavior? |
| 38 | +<!-- Describe the motivation or the concrete use case. --> |
| 39 | + |
| 40 | + |
| 41 | +## Environment |
| 42 | + |
| 43 | +<pre><code> |
| 44 | +Libs: |
| 45 | +- react version: X.Y.Z |
| 46 | +- realayers version: X.Y.Z |
| 47 | +<!-- Check whether this is still an issue in the most recent React version --> |
| 48 | + |
| 49 | +Browser: |
| 50 | +- [ ] Chrome (desktop) version XX |
| 51 | +- [ ] Chrome (Android) version XX |
| 52 | +- [ ] Chrome (iOS) version XX |
| 53 | +- [ ] Firefox version XX |
| 54 | +- [ ] Safari (desktop) version XX |
| 55 | +- [ ] Safari (iOS) version XX |
| 56 | +- [ ] IE version XX |
| 57 | +- [ ] Edge version XX |
| 58 | + |
| 59 | +For Tooling issues: |
| 60 | +- Node version: XX <!-- run `node --version` --> |
| 61 | +- Platform: <!-- Mac, Linux, Windows --> |
| 62 | + |
| 63 | +Others: |
| 64 | +<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... --> |
| 65 | +</code></pre> |
0 commit comments