-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into promote-features
- Loading branch information
Showing
66 changed files
with
2,877 additions
and
1,817 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Bug | ||
description: > | ||
A bug in an existing feature. For example, "The `materialize_connection_kafka` resource throws an error when the `topic` attribute is set to an empty string." | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to file a bug report against the Materialize Terraform provider! Please fill out the sections below to help us understand and reproduce the issue. | ||
- type: input | ||
id: tf_version | ||
attributes: | ||
label: What version of the Materialize Terraform provider are you using? | ||
description: | | ||
From the command line, run: `terraform version` | ||
placeholder: v0.8.0 | ||
validations: | ||
required: true | ||
- type: input | ||
id: tf_cli_version | ||
attributes: | ||
label: What version of the Terraform CLI are you using? | ||
description: | | ||
From the command line, run: `terraform --version` | ||
placeholder: v0.15.0 | ||
- type: input | ||
id: mz_version | ||
attributes: | ||
label: What version of Materialize are you using? | ||
description: | | ||
From a SQL client connected to Materialize, run: `SELECT mz_version();` | ||
placeholder: v0.100.0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: issue | ||
attributes: | ||
label: What is the issue? | ||
description: | | ||
Describe what you expect to happen vs. what actually happens. | ||
If the issue is reproducible, **please share any helpful steps to reproduce it**. A precise set of instructions that trigger the issue greatly increases the likelihood that we will be able to find and fix it quickly! | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Feature | ||
description: Suggest a new feature or improvement for the Materialize Terraform provider | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for suggesting a new feature! Please provide additional information below to help us understand your request. | ||
- type: textarea | ||
id: feature-request | ||
attributes: | ||
label: Feature request |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Documentation | ||
description: A request for new or updated documentation for the Materialize Terraform provider. For example, "Add examples for using the `materialize_connection_kafka` resource with different configurations." | ||
labels: [documentation] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for your interest in helping us improve the Materialize Terraform provider documentation! | ||
- type: textarea | ||
id: documentation-request | ||
attributes: | ||
label: Documentation Request | ||
description: Please describe the documentation you'd like to see added or updated for the Materialize Terraform provider. | ||
placeholder: | | ||
For example: | ||
- Add examples for using the `materialize_connection_kafka` resource with different configurations. | ||
- Update the documentation for the `materialize_view` resource to include information about comments. | ||
- Create a troubleshooting guide for common issues when using the provider. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: affected-pages | ||
attributes: | ||
label: Affected Pages | ||
description: | | ||
If available, link any existing provider documentation pages relevant to your documentation change request. | ||
placeholder: | | ||
https://registry.terraform.io/providers/MaterializeInc/materialize/latest/docs/resources/database | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional Context | ||
description: | | ||
Provide any additional context or information that might be helpful for understanding or implementing this documentation request. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Community Slack | ||
url: https://materialize.com/s/chat | ||
about: Meet the Materialize community on Slack. | ||
- name: Security reports | ||
url: https://materialize.com/security-disclosure/ | ||
about: > | ||
If you've discovered a security issue, please review our responsible | ||
disclosure policy. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.