From 89a9c1818894b4e04ebd4b559d9d6bc1cce5c84a Mon Sep 17 00:00:00 2001 From: Charley Lewittes Date: Mon, 20 Jun 2016 17:53:24 -0400 Subject: [PATCH 1/3] fixes #1006: change "Freenode" to "irc.freenode.net" in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8525819f..e3666ee13 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ encourage participation from people of all backgrounds and skill levels. * [Issues](http://github.com/Growstuff/growstuff/issues) (features we're working on, known bugs, etc) * [Discussion forums](http://talk.growstuff.org/) (design ideas, planning releases) -* IRC: #growstuff on Freenode (general chat, brainstorming and troubleshooting) or [Gitter](https://gitter.im/Growstuff/growstuff) +* IRC: #growstuff on irc.freenode.net (general chat, brainstorming and troubleshooting) or [Gitter](https://gitter.im/Growstuff/growstuff) * [Wiki](http://wiki.growstuff.org/) (general documentation, currently down but should be fixed soon) ## For coders From 2a0602468dba27470ab7b7d1d31060d84cbc7578 Mon Sep 17 00:00:00 2001 From: Charley Lewittes Date: Tue, 21 Jun 2016 13:03:06 -0400 Subject: [PATCH 2/3] Added link and wording to access Freenode IRC growstuff channel easily fixes #1006 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3666ee13..efb99c1d5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ encourage participation from people of all backgrounds and skill levels. * [Issues](http://github.com/Growstuff/growstuff/issues) (features we're working on, known bugs, etc) * [Discussion forums](http://talk.growstuff.org/) (design ideas, planning releases) -* IRC: #growstuff on irc.freenode.net (general chat, brainstorming and troubleshooting) or [Gitter](https://gitter.im/Growstuff/growstuff) +* [IRC](https://webchat.freenode.net/) growstuff channel (general chat, brainstorming and troubleshooting) or [Gitter](https://gitter.im/Growstuff/growstuff) * [Wiki](http://wiki.growstuff.org/) (general documentation, currently down but should be fixed soon) ## For coders From d8f2c580ee719330756dcdbd822022e5d27e58e6 Mon Sep 17 00:00:00 2001 From: Charley Lewittes Date: Tue, 21 Jun 2016 13:14:26 -0400 Subject: [PATCH 3/3] added myself to contributors list --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 240fe2e34..d893dc537 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -69,3 +69,4 @@ submit the change with your pull request. - DV Dasari / [dv2](https://github.com/dv2) - Eric Tillberg / [Thrillberg](https://github.com/Thrillberg) - Lucas Nogueira / [lucasnogueira](https://github.com/lucasnogueira) +- Charley Lewittes / [ctlewitt](https://github.com/ctlewitt)