|
| 1 | +name: 🐞 Bug |
| 2 | +description: Report a bug or an issue you've found |
| 3 | +title: "[Bug] <title>" |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to fill out this bug report! |
| 10 | + - type: checkboxes |
| 11 | + attributes: |
| 12 | + label: Is this a new bug? |
| 13 | + description: > |
| 14 | + In other words: Is this an error, flaw, failure or fault? Please search issues to see if someone has already reported the bug you encountered. |
| 15 | + options: |
| 16 | + - label: I believe this is a new bug |
| 17 | + required: true |
| 18 | + - label: I have searched the existing issues, and I could not find an existing issue for this bug |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + attributes: |
| 23 | + label: Current Behavior |
| 24 | + description: A concise description of what you're experiencing. |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + |
| 28 | + - type: textarea |
| 29 | + attributes: |
| 30 | + label: Expected Behavior |
| 31 | + description: A concise description of what you expected to happen. |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + |
| 35 | + - type: textarea |
| 36 | + attributes: |
| 37 | + label: Steps To Reproduce |
| 38 | + description: Steps to reproduce the behavior. |
| 39 | + placeholder: | |
| 40 | + 1. In this environment... |
| 41 | + 2. With this config... |
| 42 | + 3. Run '...' |
| 43 | + 4. See error... |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + |
| 47 | + - type: textarea |
| 48 | + attributes: |
| 49 | + label: Environment |
| 50 | + description: | |
| 51 | + examples: |
| 52 | + - **OS**: Ubuntu 20.04 |
| 53 | + - **Node.js Version**: Example: Node.js v18.17.1 |
| 54 | + - **TypeScript Version**: Example: TypeScript 5.3.2 |
| 55 | + - **Package Manager & Version**: Example: npm 9.8.1, yarn 1.22.19, pnpm 8.9.0 |
| 56 | + - **Compiler / Runtime Details**: Example: If using tsc (mention: tsc --version), If using Bun: Bun v1.1.2, If using Deno: Deno 1.38.0 |
| 57 | + - **Framework / Library Versions (if applicable)**: Example: React 18.2.0, Angular 16.0.0, Vue 3.3.4 |
| 58 | + - **Browser Version (if applicable)**: Example: Chrome 120.0.6099.110, Firefox 118.0, Edge 115.0 |
| 59 | + - **SDK Name**: PayPal (If you are using this library as a dependency, please name the parent SDK) |
| 60 | + value: | |
| 61 | + - **OS**: |
| 62 | + - **Node.js Version**: |
| 63 | + - **TypeScript Version**: |
| 64 | + - **Package Manager & Version**: |
| 65 | + - **Compiler / Runtime Details**: |
| 66 | + - **Framework / Library Versions (if applicable)**: |
| 67 | + - **Browser Version (if applicable)**: |
| 68 | + - **SDK Name**: |
| 69 | + render: markdown |
| 70 | + validations: |
| 71 | + required: true |
| 72 | + |
| 73 | + - type: textarea |
| 74 | + id: logs |
| 75 | + attributes: |
| 76 | + label: Relevant log output |
| 77 | + description: | |
| 78 | + If applicable, log output to help explain your problem. |
| 79 | + render: shell |
| 80 | + validations: |
| 81 | + required: false |
| 82 | + |
| 83 | + - type: textarea |
| 84 | + attributes: |
| 85 | + label: Additional Context |
| 86 | + description: | |
| 87 | + Links? References? Anything that will give us more context about the issue you are encountering! |
| 88 | + validations: |
| 89 | + required: false |
0 commit comments