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: + - "*"