From a6af7a5e3d96ee941bfe9e488d4b355dc32cfe07 Mon Sep 17 00:00:00 2001 From: Frederik Dudzik <5946811+doodzik@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:15:14 -0400 Subject: [PATCH] chore(README): add contributing section to readme (#13059) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c4ffc5f2e5..c2fbef6802 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,9 @@ We are always working on new integrations. Feel free to open an issue to request - [**Provision Coder with Terraform**](https://github.com/ElliotG/coder-oss-tf): Provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule with Terraform - [**Coder Template GitHub Action**](https://github.com/marketplace/actions/update-coder-template): A GitHub Action that updates Coder templates + +## Contributing + +We are always happy to see new contributors to Coder. If you are new to the Coder codebase, we have +[a guide on how to get started](https://coder.com/docs/v2/latest/CONTRIBUTING). We'd love to see your +contributions!