From a5807c8ad144cb5467a0280f29327d0127e1a1d6 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Mon, 13 May 2024 12:33:00 -0400 Subject: [PATCH] Remove repo specific issue templates. This is now handled by the org's issue templates found in the google-gemini/.github repo. --- .github/ISSUE_TEMPLATE.md | 18 ------------------ .github/PULL_REQUEST_TEMPLATE.md | 6 ------ 2 files changed, 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 3d490328..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ -**Note:** If this is a support question (e.g. _How do I do XYZ?_), please visit the [Discourse forum](https://discuss.ai.google.dev/). This is a great place to interact with developers, and to learn, share, and support each other. - -## Expected Behavior - - -## Actual Behavior - - -## Steps to Reproduce the Problem - -1. -1. -1. - -## Specifications - -- Version: -- Platform: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ba31ec05..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,6 +0,0 @@ -Fixes # - -> It's a good idea to open an issue first for discussion. - -- [ ] Tests pass -- [ ] Appropriate changes to documentation are included in the PR