* Add fork announcement links to README
The announcement includes a lot of important context about the current state of the fork, so I've added it to the README. Feedback on where to put it and how to phrase it is very welcome.
Signed-off-by: Yevgeniy Brikman <brikis98@users.noreply.github.com>
* Update phrasing
Signed-off-by: Yevgeniy Brikman <brikis98@users.noreply.github.com>
* Update for clarity.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
---------
Signed-off-by: Yevgeniy Brikman <brikis98@users.noreply.github.com>
Signed-off-by: Jakub Martin <kubam@spacelift.io>
Co-authored-by: Jakub Martin <kubam@spacelift.io>
* Add Slack invite to README.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Fix link
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Add exclamation mark.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Formatting.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Formatting.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
---------
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Update readme.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Add terms of service violation note.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Fix
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Remove link due to `Company reserves the right to require prior written consent before linking to the Website.`.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Link ToS via wayback machine.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Update ToS link to "latest".
Signed-off-by: Jakub Martin <kubam@spacelift.io>
---------
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Rename module name from "github.com/hashicorp/terraform" to "github.com/placeholderplaceholderplaceholder/opentf".
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Gofmt.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Regenerate protobuf.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Fix comments.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Undo issue and pull request link changes.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Undo comment changes.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Fix comment.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* Undo some link changes.
Signed-off-by: Jakub Martin <kubam@spacelift.io>
* make generate && make protobuf
Signed-off-by: Jakub Martin <kubam@spacelift.io>
---------
Signed-off-by: Jakub Martin <kubam@spacelift.io>
Add a written bug triage process and link to it in README.md
Bug process
Remove goals, edit for brevity, and move how to write a good issue report to bug report template
link HashiCorp GPG key in bug report template
add summary links for triage process
Our documentation for how to contribute was in quite a state of disrepair,
with some documents still describing things as they were before moving
providers into separate repositories, others making assumptions about
Go development that are no longer true in modules mode, and so forth.
This is an attempt at a reset to a good state that should work with the
codebase as it currently stands, and should hopefully serve as a basis
for iterative improvement from here.
These new instructions lean primarily on standard Go toolchain usage and
instruct using the Makefile only for some Terraform-specific situations
that the Go toolchain does not automatically handle. The idea here is that
this direct usage of primary commands in the Go toolchain is less likely
to be broken by changes in future Go releases, and should be immediately
familiar to anyone who has experience with Go development.
* website/contributing: update contribution documentation
This PR seeks to remove outdated and incorrect information. There is
still work to be done updating the information that's left; this is
merely the first step.