From 34cd26c6233fdc68474799b550707eb0f019272a Mon Sep 17 00:00:00 2001 From: "labd-project-manager[bot]" <141430439+labd-project-manager[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 14:56:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/'=20wi?= =?UTF-8?q?th=20remote=20'projects/go-terraform-provider/.github'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.md | 19 +++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 4 ++++ .github/ISSUE_TEMPLATE/support-request.md | 4 ++++ .github/dependabot.yaml | 26 +++++++++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 4a6f11f..043c105 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -6,3 +6,22 @@ labels: bug, triage assignees: '' --- + +### Version information +- **terraform**: _Please specify the version of Terraform you are using._ +- **terraform provider**: _Please specify the version of the provider you are using._ + +### Describe the bug +A clear and concise description of what the bug is. + +### To Reproduce +Steps to reproduce the behavior. + +### Expected behavior +A clear and concise description of what you expected to happen. + +### Screenshots +If applicable, add screenshots to help explain your problem. + +### Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 090c4a9..9ccf42b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -6,3 +6,7 @@ labels: enhancement, triage assignees: '' --- + +Describe the feature you would like to see implemented. Please provide as much +detail as possible. If you have a specific use case, please provide that as +well. diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md index ccb48bd..7744c64 100644 --- a/.github/ISSUE_TEMPLATE/support-request.md +++ b/.github/ISSUE_TEMPLATE/support-request.md @@ -6,3 +6,7 @@ labels: question, triage assignees: '' --- + +Describe your question here. Please provide as much detail as possible. If you +have a specific use case, please provide that as well. +``` diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..d2c2b03 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,26 @@ + +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + day: friday + commit-message: + prefix: "chore(deps)" + groups: + go: + patterns: + - "*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: friday + commit-message: + prefix: "chore(deps)" + groups: + github-actions: + patterns: + - "*"