From 9cd1dcbbdffff85d2f5c368b4ca17dd616b48a43 Mon Sep 17 00:00:00 2001 From: Nighthawk Date: Fri, 12 Jun 2026 17:45:39 -0400 Subject: [PATCH] Create bug report template for API changes Added a bug report template for API endpoint updates with acknowledgment checkboxes. --- .github/ISSUE_TEMPLATE/report.yml | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/report.yml diff --git a/.github/ISSUE_TEMPLATE/report.yml b/.github/ISSUE_TEMPLATE/report.yml new file mode 100644 index 0000000..a7fbabd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report.yml @@ -0,0 +1,34 @@ +name: "Bug Report / API Endpoint Update" +description: "Read before opening. Account recovery requests will be closed instantly." +title: "[API Update]: " +labels: ["help wanted"] +body: + - type: markdown + attributes: + value: | + # ⚠️ STOP AND READ THIS ⚠️ + + **Blizzard changed their API endpoints. This tool is currently broken.** + + * **Account Recovery:** I cannot help you. You must contact Blizzard Customer Support. + * **Fixing the Tool:** This tool will remain broken until a developer sniffs out and provides the updated Blizzard endpoints/payload configurations. + + - type: checkboxes + id: acknowledgment + attributes: + label: Mandatory Acknowledgment + description: You must agree to these terms before submitting. + options: + - label: "I understand that this tool is currently broken due to Blizzard's API changes." + required: true + - label: "I understand that the repository maintainer CANNOT recover my Battle.net account." + required: true + + - type: textarea + id: technical-details + attributes: + label: Updated Endpoint Data / Technical Contribution + description: "If you have intercepted the new Blizzard API traffic, please provide the new endpoints, request headers, or payload structure here." + placeholder: "e.g., New authentication endpoint is found at..." + validations: + required: false