diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3c0b7e1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +## Hello Contributors! + +Thanks for your interest! +We're so glad you're here. + +### Important Resources + +#### bugs: [https://github.com/tinkerbell/terraform-provider-tinkerbell/issues](https://github.com/tinkerbell/terraform-provider-tinkerbell/issues) + +### Code of Conduct + +Please read and understand the code of conduct found [here](https://github.com/tinkerbell/.github/blob/master/CODE_OF_CONDUCT.md). + +### Environment Details + +Building is handled by `make`, please see the [Makefile](Makefile) for available targets. + +### How to Submit Change Requests + +Please submit change requests and / or features via [Issues](https://github.com/tinkerbell/terraform-provider-tinkerbell/issues). +There's no guarantee it'll be changed, but you never know until you try. +We'll try to add comments as soon as possible, though. + +### How to Report a Bug + +Bugs are problems in code, in the functionality of an application or in its UI design; you can submit them through [Issues](https://github.com/tinkerbell/terraform-provider-tinkerbell/issues). + +## Code Style Guides