From 91e4b284c43933c2b4c56ad874227b71abaec58b Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 29 Jun 2026 23:03:50 -0700 Subject: [PATCH] [eric] docs: rename CONTRIBUTING 'outside contributors' section to 'External Contributors' (closes #112) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b4ba35b..dd569061 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ Always branch off of the latest `dev`. 6. **Wait for review and approval.** 7. **The maintainer merges it into `dev`** (branches are deleted automatically after merge). -### For outside contributors (people not on the core team) +### External Contributors 1. Fork the repo (creates your own copy). 2. Clone your fork.