From 78a0a54193861b7bff0b0c8827c17b5d041fc36d Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 19 Aug 2019 14:44:17 -0700 Subject: [PATCH] Add note to Contributing emphasizing the need to talk things over in the Slack group *before* starting work. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d78962331..564adbf4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ We welcome contributions! If you’d like to contribute: 1. File a ticket describing the bug you want to fix or feature you want to add. Or find an existing ticket. -2. On the Slack group, bring it up on the #work channel for discussion (which may or may not include implementation discussion). +2. On the Slack group, bring it up on the #work channel for discussion (which may or may not include implementation discussion). **This is very important, because there might be things you need to know before you start work.** 3. Once approved, then go for it. Write the code, then do a pull request. We’ll either have comments or we’ll merge it. (We might revise it afterward, of course.) ## Notes