这是indexloc提供的服务,不要输入任何密码
Skip to content

Add issue templates to the codebase #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: 🐛 Bug report
description: Report an issue you've experienced
title: "[BUG] <title>"
assignees:
- dglsparsons
body:
- type: textarea
attributes:
label: Describe the bug
description: A short description of what the bug is. Please include what the affected resources and/or data sources are.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
validations:
required: true
- type: textarea
id: tf_version
attributes:
label: Terraform and Vercel Provider Version
description: |
Please run `terraform --version` to collect the Terraform and AWS Provider versions and paste the result below. If multiple versions have been tested, feel free to add that additional information here as well.
placeholder: |
...output of `terraform --version`...
render: console
validations:
required: true
- type: textarea
attributes:
label: Additional Details
description: Please add any other context.
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ✨ Feature request
description: Suggest functionality that could be added to the provider
title: "✨ <title>"
assignees:
- dglsparsons
body:
- type: textarea
attributes:
label: What functionality would you like to see?
description: A short description of what you'd like to see added. If this relates to existing resources or data sources, please include that information.
validations:
required: true
- type: textarea
attributes:
label: Example
description: If you have an example of what this could look like, please include it here.
validations:
required: false
- type: textarea
attributes:
label: Additional Details
description: Please add any other context.
validations:
required: false
Loading