From f92e4e26419b2faa5ffcabdba449b1013ca3d78e Mon Sep 17 00:00:00 2001 From: "tirodkar@google.com" Date: Mon, 1 Jun 2026 11:11:25 -0700 Subject: [PATCH] chore: Remove blurbs from templates which are added when creating new requests + issues --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ---------------- .github/ISSUE_TEMPLATE/feature_request.md | 16 ---------------- .github/ISSUE_TEMPLATE/support_request.md | 16 ---------------- .github/PULL_REQUEST_TEMPLATE.md | 16 ---------------- 4 files changed, 64 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8a49824..c1aaaf9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -48,19 +48,3 @@ Please be sure to include as much information as possible: Following these steps will guarantee the quickest resolution possible. Thanks! - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1a4c9ef..7a19c42 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -33,19 +33,3 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. - - diff --git a/.github/ISSUE_TEMPLATE/support_request.md b/.github/ISSUE_TEMPLATE/support_request.md index c8d978a..997deef 100644 --- a/.github/ISSUE_TEMPLATE/support_request.md +++ b/.github/ISSUE_TEMPLATE/support_request.md @@ -19,19 +19,3 @@ If your bug or feature request is not related to this particular library, please Check for answers on StackOverflow with the [google-maps](http://stackoverflow.com/questions/tagged/google-maps) tag. --- - - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1c0c3ae..d4914f8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,19 +1,3 @@ - - Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/release-please/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass