diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
new file mode 100644
index 00000000..99811596
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,35 @@
+name: 🐛 Bug report
+description: Report an issue you've experienced
+title: "[BUG]
"
+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
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..3ba13e0c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: false
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
new file mode 100644
index 00000000..e0942915
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -0,0 +1,24 @@
+name: ✨ Feature request
+description: Suggest functionality that could be added to the provider
+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