From b6d4f68a488c7a5a352fb1599889164e22e2039e Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:05:54 -0400 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 24b5a41..de95f32 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -41,25 +41,6 @@ body: - label: "Check out handwritten samples for many of our APIs: https://github.com/GoogleCloudPlatform/nodejs-docs-samples" required: true - - type: textarea - attributes: - label: > - A screenshot that you have tested with "Try this API". - description: > - As our client libraries are mostly autogenerated, we kindly request - that you test whether your issue is with the client library, or with the - API itself. To do so, please search for your API - here: https://developers.google.com/apis-explorer and attempt to - reproduce the issue in the given method. Please include a screenshot of - the response in "Try this API". This response should NOT match the current - behavior you are experiencing. If the behavior is the same, it means - that you are likely experiencing a bug with the API itself. In that - case, please submit an issue to the API team, either by submitting an - issue in its issue tracker (https://cloud.google.com/support/docs/issue-trackers), or by - submitting an issue in its linked tracker in the .repo-metadata.json - file - validations: - required: true - type: input attributes: label: > @@ -67,8 +48,6 @@ body: reproduction. description: > **Skipping this or providing an invalid link will result in the issue being closed** - validations: - required: true - type: textarea attributes: label: > @@ -80,20 +59,14 @@ body: 1. Start the application in development (next dev) 2. Click X 3. Y will happen - validations: - required: true - type: textarea attributes: label: A clear and concise description of what the bug is, and what you expected to happen. placeholder: Following the steps from the previous section, I expected A to happen, but I observed B instead - validations: - required: true - type: textarea attributes: 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. ** placeholder: 'Documentation here(link) states that B should happen instead of A' - validations: - required: true