Skip to content

Commit

Permalink
🔄 synced local '.github/' with remote 'projects/go-terraform-provider…
Browse files Browse the repository at this point in the history
…/.github'
  • Loading branch information
labd-project-manager[bot] authored May 3, 2024
1 parent 2eddc1d commit c18bd75
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/support-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
26 changes: 26 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -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:
- "*"

0 comments on commit c18bd75

Please sign in to comment.