From e524d48c1db396849533c778ea7476021fba6f14 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 19 Aug 2019 14:38:18 -0700 Subject: [PATCH 1/2] Add credit to Joe Heck in the About window for difficult infrastructure. --- Mac/Resources/Credits.rtf | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/Resources/Credits.rtf b/Mac/Resources/Credits.rtf index 9e2084b5a..9c998726e 100644 --- a/Mac/Resources/Credits.rtf +++ b/Mac/Resources/Credits.rtf @@ -18,6 +18,7 @@ \cf2 App icon and most other icons: {\field{\*\fldinst{HYPERLINK "https://twitter.com/BradEllis"}}{\fldrslt Brad Ellis}}\ Major code contributors: {\field{\*\fldinst{HYPERLINK "https://github.com/olofhellman"}}{\fldrslt Olof Hellman}}, {\field{\*\fldinst{HYPERLINK "https://github.com/vincode-io"}}{\fldrslt Maurice Parker}}, and {\field{\*\fldinst{HYPERLINK "https://github.com/danielpunkass"}}{\fldrslt Daniel Jalkut\ }}Help book almost entirely by {\field{\*\fldinst{HYPERLINK "https://nostodnayr.net/"}}{\fldrslt Ryan Dotson}}\ +Difficult infrastructure by {\field{\*\fldinst{HYPERLINK "https://rhonabwy.com/"}}{\fldrslt Joe Heck}}\ \ \pard\pardeftab720\sa60\partightenfactor0 From 78a0a54193861b7bff0b0c8827c17b5d041fc36d Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 19 Aug 2019 14:44:17 -0700 Subject: [PATCH 2/2] 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