|
| 1 | +name: Bug Report |
| 2 | +title: "Bug: " |
| 3 | +description: Bug Report |
| 4 | +labels: ["bug", "needs triage"] |
| 5 | +body: |
| 6 | + - type: input |
| 7 | + id: web-browser |
| 8 | + attributes: |
| 9 | + label: Web Browser (with version) |
| 10 | + description: Web Browser where the error occur on (Chrome, Firefox, Safari, etc.) |
| 11 | + validations: |
| 12 | + required: true |
| 13 | + - type: input |
| 14 | + id: system |
| 15 | + attributes: |
| 16 | + label: OS/Platform (with version) |
| 17 | + description: OS/Platform where the error occur on (Windows, MacOS, Linux, etc.) |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + - type: input |
| 21 | + id: leaflet-version |
| 22 | + attributes: |
| 23 | + label: Leaflet version |
| 24 | + description: You can get the Leaflet version via `L.version` |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: input |
| 28 | + id: geoman-version |
| 29 | + attributes: |
| 30 | + label: Geoman version |
| 31 | + description: You can get the Geoman version via `L.PM.version` |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + |
| 35 | + - type: checkboxes |
| 36 | + attributes: |
| 37 | + label: Geoman Pro |
| 38 | + options: |
| 39 | + - label: I'm using Geoman Pro |
| 40 | + |
| 41 | + - type: input |
| 42 | + attributes: |
| 43 | + label: Minimal example reproducing the issue |
| 44 | + description: | |
| 45 | + Please create an example using https://plnkr.co/edit/3XhAuzVQ2CMyNFSr or any other suitable online code editor. |
| 46 | + **This example should be as simple as possible, and should not rely on any third-party code!** |
| 47 | + placeholder: Link to your example here |
| 48 | + validations: |
| 49 | + required: false |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + attributes: |
| 53 | + label: Steps to reproduce |
| 54 | + description: > |
| 55 | + How do you trigger this bug? Please walk us through it step by step. |
| 56 | + placeholder: | |
| 57 | + 1. Go to [...] |
| 58 | + 2. Click on [...] |
| 59 | + 3. See error [...] |
| 60 | + validations: |
| 61 | + required: false |
| 62 | + |
| 63 | + - type: textarea |
| 64 | + attributes: |
| 65 | + label: Expected behavior |
| 66 | + description: > |
| 67 | + A clear and concise description of what you expected to happen. |
| 68 | + Provide additional context if necessary (screenshots, video, links, etc.). |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + |
| 72 | + - type: textarea |
| 73 | + attributes: |
| 74 | + label: Current behavior |
| 75 | + description: > |
| 76 | + A clear and concise description of what is actually happening. |
| 77 | + Provide additional context if necessary (screenshots, video, links, etc.). |
| 78 | + validations: |
| 79 | + required: true |
0 commit comments