terraform-provider-stackitp.../.github/ISSUE_TEMPLATE/bug_report.md
Ruben Hönle c41d61cdc4
chore(github): add issue templates (#750)
relates to STACKITTPR-138
2025-04-07 12:02:16 +02:00

42 lines
977 B
Markdown

---
name: Bug report
about: Report a bug in the STACKIT Terraform provider
title: ''
labels: bug
assignees: ''
---
## Description
*Please add a clear and concise description of what the bug is.*
## Steps to reproduce
<!-- Please add an example terraform config below which helps us reproduce the behavior. -->
```terraform
# put your terraform example here
# ...
```
<!-- Please provide us with the steps to reproduce the behavior. -->
1. Run `terraform ...`
2. ...
## Actual behavior
*Please describe the current behavior of the STACKIT Terraform provider. Don't forget to add detailed information like error messages.*
## Expected behavior
*Please describe the behavior which you would expect from the STACKIT Terraform provider in that case.*
## Environment
- OS:
- Terraform version (see `terraform --version`): `vX.X.X`
- Version of the STACKIT Terraform provider: `vX.X.X`
**Additional information**
*Feel free to add any additional information here.*