From 0f532d40eb51ed064b2bc79cfcbcc278e19861e3 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Mon, 13 May 2024 12:25:17 -0400 Subject: [PATCH] Delete repo specific Issue Template The org's issue templates will be used instead at github.com/google-gemini/.github --- .github/ISSUE_TEMPLATE/bug_report.yml | 23 ---------------------- .github/ISSUE_TEMPLATE/feature_request.yml | 23 ---------------------- 2 files changed, 46 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index c076e8c..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Bug report -description: Use this template to report bugs -labels: ["type:bug", "component:swift sdk"] -body: - - type: markdown - attributes: - value: > - **Note:** If this is a support question (e.g. _How do I do XYZ?_), please visit the [Build with Google AI Forum](https://discuss.ai.google.dev/). This is a great place to interact with developers, and to learn, share, and support each other. - - type: textarea - id: description - attributes: - label: > - Description of the bug: - - type: textarea - id: behavior - attributes: - label: > - Actual vs expected behavior: - - type: textarea - id: info - attributes: - label: > - Any other information you'd like to share? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index c32ae77..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Feature request -description: Use this template to suggest a new feature -labels: ["type:feature request", "component:swift sdk"] -body: - - type: markdown - attributes: - value: > - **Note:** If this is a support question (e.g. _How do I do XYZ?_), please visit the [Build with Google AI Forum](https://discuss.ai.google.dev/). This is a great place to interact with developers, and to learn, share, and support each other. - - type: textarea - id: description - attributes: - label: > - Description of the feature request: - - type: textarea - id: behavior - attributes: - label: > - What problem are you trying to solve with this feature? - - type: textarea - id: info - attributes: - label: > - Any other information you'd like to share?