From fd2604bc8b7e77d518bd9825c6ff96e9c47026c4 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 12 Mar 2024 07:57:28 -0700 Subject: [PATCH] Update index page of documentation to link to issue templates for Bugs and FRs (#10160) (#17550) * Update index page of documentation to link to issue templates for Bugs and FRs * Remove unused param from URL * Remove other unused parameter from URL [upstream:b24ef479852be21f400329a60156c6e1b6b727f2] Signed-off-by: Modular Magician --- .changelog/10160.txt | 3 +++ website/docs/index.html.markdown | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changelog/10160.txt diff --git a/.changelog/10160.txt b/.changelog/10160.txt new file mode 100644 index 00000000000..42b910df155 --- /dev/null +++ b/.changelog/10160.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index fee57ac9c42..d240af80b2c 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -91,9 +91,9 @@ experience for you using the Google provider. If you have a bug or feature request without an existing issue -* and an existing resource or field is working in an unexpected way, [file a bug](https://github.com/hashicorp/terraform-provider-google/issues/new?template=bug.md). +* and an existing resource or field is working in an unexpected way, [file a bug](https://github.com/hashicorp/terraform-provider-google/issues/new?labels=bug&template=00_bug.yml). -* and you'd like the provider to support a new resource or field, [file an enhancement/feature request](https://github.com/hashicorp/terraform-provider-google/issues/new?template=enhancement.md). +* and you'd like the provider to support a new resource or field, [file an enhancement/feature request](https://github.com/hashicorp/terraform-provider-google/issues/new?labels=enhancement&template=01_enhancement.yml). The provider maintainers will often use the assignee field on an issue to mark who is working on it.