-
Notifications
You must be signed in to change notification settings - Fork 429
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
chore: Update the contribution guidelines (and small fixes) #2753
Changes from all commits
938fe98
d030e0a
e8e0c1f
cdf5ada
b847c1c
dbbc9f5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ This is a terraform provider for managing [Snowflake](https://www.snowflake.com/ | |
- [Additional debug logs for `snowflake_grant_privileges_to_role` resource](#additional-debug-logs-for-snowflake_grant_privileges_to_role-resource) | ||
- [Additional SQL Client configuration](#additional-sql-client-configuration) | ||
- [Contributing](#contributing) | ||
- [Releases](#releases) | ||
|
||
|
||
## Getting started | ||
|
@@ -96,4 +97,10 @@ By default, the underlying driver is set to error level logging. It can be chang | |
|
||
## Contributing | ||
|
||
Cf. [Contributing](./CONTRIBUTING.md). | ||
Check [Contributing](./CONTRIBUTING.md). | ||
|
||
## Releases | ||
|
||
Releases will be performed as needed, typically once every 2 weeks. | ||
|
||
Releases are published to [the terraform registry](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest). Each change has its own release notes (e.g. https://github.com/Snowflake-Labs/terraform-provider-snowflake/releases/tag/v0.89.0) and migration guide if needed (e.g. https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/MIGRATION_GUIDE.md#v0880--v0890). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Links shouldn't point to specific versions which will be quickly obsolete. E.g. https://github.com/Snowflake-Labs/terraform-provider-snowflake/releases, https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/MIGRATION_GUIDE.md There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not? These are just examples, and we won't remove either of them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it would be worth mentioning that some of the tests require the privileged role (preferably the
ACCOUNTADMIN
) and certain Snowflake Edition (preferably the highest available).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I will add it.