From a2e5f6404d73ca279d31a5b2435a8c61e0f9c8fc Mon Sep 17 00:00:00 2001 From: Christian Mesh Date: Wed, 10 Jan 2024 09:50:10 -0500 Subject: [PATCH] Add description of Core Team to CONTRIBUTING.md (#1089) Signed-off-by: Christian Mesh --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d759f10387..c4381aaa73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,6 +50,10 @@ Generally, we appreciate external contributions very much and would love to work +## Core Team + +The core team consists of the individuals in the [MAINTAINERS](MAINTAINERS) file. This team exists as stewards of OpenTofu: to triage issues, to implement features, to help with and review community contributions, and to communicate with the Technical Steering Committee. + ## Contributing a Code Change In order to contribute a code change, you should fork the repository, make your changes, and then submit a pull request. Crucially, all code changes should be preceded by an issue that you've been assigned to. If an issue for the change you'd like to introduce already exists, please communicate in the issue that you'd like to take ownership of it. If an issue doesn't yet exist, please create one expressing your interest in working on it and discuss it first, prior to working on the code. Code changes without a related issue will generally be rejected.