From 983a2f660fc86e20ef6ea5ad50cf8acaf5b06174 Mon Sep 17 00:00:00 2001 From: schristoff <28318173+schristoff@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:18:01 -0700 Subject: [PATCH] Update CONTRIBUTING.md to reflect policies (#3288) --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2434cba024..b0306c0bc9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,6 +29,10 @@ go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest Now every time you commit, the hooks will run and format your code, linting can be called via `make lint-go`. +### Contributing Guidelines + +Zarf is a tool used within the United States Governement and as such security is our highest priority. Contributors external to Defense Unicorns or non-Zarf maintainers will require two (2) reviewers. + ### Developer Workflow :key: == Required by automation