|
| 1 | +name: 🚨 Bug report |
| 2 | +title: "bug: " |
| 3 | +description: Create a bug report to help us improve |
| 4 | +labels: ["bug/fix", "needs: triage"] |
| 5 | + |
| 6 | +body: |
| 7 | + - type: input |
| 8 | + attributes: |
| 9 | + label: Version |
| 10 | + description: | |
| 11 | + Let us know the version number of each affected plugin. Please make sure you are using the latest version before reporting an issue. Chances are that the bug you discovered has already been fixed in a subsequent version. |
| 12 | + placeholder: 6.0.0 |
| 13 | + validations: |
| 14 | + required: true |
| 15 | + - type: checkboxes |
| 16 | + attributes: |
| 17 | + label: Platform(s) |
| 18 | + description: Select the platforms that this bug affects. |
| 19 | + options: |
| 20 | + - label: Android |
| 21 | + - label: iOS |
| 22 | + - label: Web |
| 23 | + - type: textarea |
| 24 | + attributes: |
| 25 | + label: Current behavior |
| 26 | + description: A concise description of what you're experiencing. |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + - type: textarea |
| 30 | + attributes: |
| 31 | + label: Expected behavior |
| 32 | + description: A concise description of what you expected to happen. |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + - type: input |
| 36 | + attributes: |
| 37 | + label: Reproduction |
| 38 | + description: | |
| 39 | + Please provide a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) in a public GitHub repository so that we can debug the issue. |
| 40 | + We have prepared a template repository that you can use: [Cap-go/.capacitor-app](https://github.com/Cap-go/.capacitor-app). |
| 41 | + placeholder: https://github.com/... |
| 42 | + validations: |
| 43 | + required: false |
| 44 | + - type: textarea |
| 45 | + attributes: |
| 46 | + label: Steps to reproduce |
| 47 | + description: Steps to reproduce the behaviour using the provided example. |
| 48 | + placeholder: | |
| 49 | + 1. In this environment... |
| 50 | + 2. With this config... |
| 51 | + 3. Run '...' |
| 52 | + 4. See error... |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + - type: textarea |
| 56 | + attributes: |
| 57 | + label: Other information |
| 58 | + description: List any other information that is relevant to your issue. Device information, stack traces, screenshots, related issues, etc. |
| 59 | + - type: textarea |
| 60 | + attributes: |
| 61 | + label: Capacitor doctor |
| 62 | + description: Run `npx cap doctor` in a terminal and paste the output below. |
| 63 | + validations: |
| 64 | + required: true |
| 65 | + - type: checkboxes |
| 66 | + attributes: |
| 67 | + label: Before submitting |
| 68 | + description: | |
| 69 | + A well-written bug report allows the maintainers to quickly recreate the necessary conditions to inspect the bug and quickly find its root cause. |
| 70 | + Please ensure your bug report fulfills all of the following requirements. |
| 71 | + options: |
| 72 | + - label: I have read and followed the [bug report guidelines](https://capawesome.io/contributing/bug-reports/). |
| 73 | + required: true |
| 74 | + - label: I have attached links to possibly related issues and discussions. |
| 75 | + required: true |
| 76 | + - label: I understand that incomplete issues (e.g. without reproduction) are closed. |
| 77 | + required: true |
| 78 | + - type: checkboxes |
| 79 | + attributes: |
| 80 | + label: Fastest way to fix this issue |
| 81 | + description: | |
| 82 | + Founding is a great way to get your issue fixed fast. This make community contributions more likely to happen and discharge the maintainers from the burden of being the only one fixing all issues. |
| 83 | + options: |
| 84 | + - label: I want to get this fix ASAP and [found the issue with Algora](https://console.algora.io/org/gl/bounties/community?fund=Cap-go%2Fcapacitor-inappbrowser) we recommend ($50 to $500) |
| 85 | + required: false |
| 86 | + |
0 commit comments