|
| 1 | +name: Bug Report |
| 2 | +description: Create a report to help us improve |
| 3 | +labels: |
| 4 | + - bug |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: > |
| 9 | + **PLEASE READ**: If you have a support contract with Google, please |
| 10 | + create an issue in the [support |
| 11 | + console](https://cloud.google.com/support/) instead of filing on GitHub. |
| 12 | + This will ensure a timely response. Otherwise, please make sure to |
| 13 | + follow the steps below. |
| 14 | + - type: checkboxes |
| 15 | + attributes: |
| 16 | + label: Please make sure you have searched for information in the following |
| 17 | + guides. |
| 18 | + options: |
| 19 | + - label: "Search the issues already opened: |
| 20 | + https://github.com/GoogleCloudPlatform/google-cloud-node/issues" |
| 21 | + required: true |
| 22 | + - label: "Search StackOverflow: |
| 23 | + http://stackoverflow.com/questions/tagged/google-cloud-platform+nod\ |
| 24 | + e.js" |
| 25 | + required: true |
| 26 | + - label: "Check our Troubleshooting guide: |
| 27 | + https://github.com/googleapis/google-cloud-node/blob/main/docs/trou\ |
| 28 | + bleshooting.md" |
| 29 | + required: true |
| 30 | + - label: "Check our FAQ: |
| 31 | + https://github.com/googleapis/google-cloud-node/blob/main/docs/faq.\ |
| 32 | + md" |
| 33 | + required: true |
| 34 | + - label: "Check our libraries HOW-TO: |
| 35 | + https://github.com/googleapis/gax-nodejs/blob/main/client-libraries\ |
| 36 | + .md" |
| 37 | + required: true |
| 38 | + - label: "Check out our authentication guide: |
| 39 | + https://github.com/googleapis/google-auth-library-nodejs" |
| 40 | + required: true |
| 41 | + - label: "Check out handwritten samples for many of our APIs: |
| 42 | + https://github.com/GoogleCloudPlatform/nodejs-docs-samples" |
| 43 | + required: true |
| 44 | + - type: input |
| 45 | + attributes: |
| 46 | + label: > |
| 47 | + Link to the code that reproduces this issue. A link to a **public** Github Repository or gist with a minimal |
| 48 | + reproduction. |
| 49 | + - type: textarea |
| 50 | + attributes: |
| 51 | + label: > |
| 52 | + A step-by-step description of how to reproduce the issue, based on |
| 53 | + the linked reproduction. |
| 54 | + description: > |
| 55 | + Screenshots can be provided in the issue body below. |
| 56 | + placeholder: | |
| 57 | + 1. Start the application in development (next dev) |
| 58 | + 2. Click X |
| 59 | + 3. Y will happen |
| 60 | + - type: textarea |
| 61 | + attributes: |
| 62 | + label: A clear and concise description of what the bug is, and what you |
| 63 | + expected to happen. |
| 64 | + placeholder: Following the steps from the previous section, I expected A to |
| 65 | + happen, but I observed B instead |
| 66 | + - type: textarea |
| 67 | + attributes: |
| 68 | + label: A clear and concise description WHY you expect this behavior, i.e., was it a recent change, there is documentation that points to this behavior, etc. ** |
| 69 | + placeholder: 'Documentation here(link) states that B should happen instead of A' |
0 commit comments