|
| 1 | +--- |
| 2 | +name: 🐛 Bug Report |
| 3 | +about: Something isn't working as expected, create a report to help us improve |
| 4 | +labels: bug |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- |
| 8 | + Thanks for contributing to this project! |
| 9 | +
|
| 10 | + Before you submit your issue, please replace each paragraph |
| 11 | + below with the relevant details for your bug, and complete |
| 12 | + the steps in the checklist by placing an 'x' in each box: |
| 13 | + |
| 14 | + - [x] I've completed this task |
| 15 | + - [ ] This task isn't completed |
| 16 | +--> |
| 17 | + |
| 18 | +### Bug Description |
| 19 | + |
| 20 | +*A clear and concise description of what the bug is. |
| 21 | +Replace this paragraph with a short description of the incorrect behavior. |
| 22 | +(If this is a regression, please note the last version of the package that exhibited the correct behavior in addition to your current version.)* |
| 23 | + |
| 24 | +### Information |
| 25 | + |
| 26 | +- **Package version:** What tag or branch of this package are you using? e.g. tag `1.2.3` or branch `main` |
| 27 | +- **Platform version:** Please tell us the version number of your operating system. e.g. `macOS 11.2.3` or `Ubuntu 20.04` |
| 28 | +- **Swift version:** Paste the output of `swift --version` here. |
| 29 | + |
| 30 | +### Checklist |
| 31 | + |
| 32 | +- [ ] If possible, I've reproduced the issue using the `main`/`master` branch of this package. |
| 33 | +- [ ] I've searched for existing issues under the issues tab. |
| 34 | +- [ ] The bug is reproducible |
| 35 | + |
| 36 | +### Steps to Reproduce |
| 37 | + |
| 38 | +*Steps to reproduce the behavior:* |
| 39 | + |
| 40 | +1. Go to '...' |
| 41 | +2. '....' |
| 42 | + |
| 43 | +*Replace this paragraph with an explanation of how to reproduce the incorrect behavior. |
| 44 | +Include a simple code example, if possible.* |
| 45 | + |
| 46 | +### Expected behavior |
| 47 | + |
| 48 | +*A clear and concise description of what you expected to happen. |
| 49 | +Describe what you expect to happen.* |
| 50 | + |
| 51 | +### Actual behavior |
| 52 | + |
| 53 | +*Describe or copy/paste the behavior you observe.* |
| 54 | + |
| 55 | +### Screenshots |
| 56 | + |
| 57 | +If applicable, add screenshots to help explain your problem. |
| 58 | + |
| 59 | +### Additional context |
| 60 | + |
| 61 | +*Add any other context about the problem here.* |
0 commit comments