From 5c2545e6c42ab65f4ea5300939e94be67f74d8d7 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 17 Dec 2018 16:01:07 -0500 Subject: [PATCH] Retire DevDocs's mailing list in favor of Gitter --- .github/CONTRIBUTING.md | 6 ++---- README.md | 3 +-- assets/javascripts/templates/pages/about_tmpl.coffee | 4 ++-- assets/javascripts/templates/pages/root_tmpl.coffee.erb | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index bdb36d55..55bab60f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -27,8 +27,6 @@ Want to contribute? Great. Please review the following guidelines carefully and 2. Make sure your feature fits DevDocs's [vision](https://github.com/freeCodeCamp/devdocs/blob/master/README.md#vision). 3. Provide a clear and detailed explanation of the feature and why it's important to add it. -For general feedback and ideas, please use the [mailing list](https://groups.google.com/d/forum/devdocs). - ## Requesting new documentations Please don't open issues to request new documentations. @@ -70,7 +68,7 @@ To ask that an existing documentation be updated, please use the [Trello board]( Besides new docs and features, here are other ways you can contribute: * **Improve our copy.** English isn't my first language so if you notice grammatical or usage errors, feel free to submit a pull request — it'll be much appreciated. -* **Participate in the issue tracker.** Your opinion matters — feel free to add comments to existing issues. You're also welcome to participate to the [mailing list](https://groups.google.com/d/forum/devdocs). +* **Participate in the issue tracker.** Your opinion matters — feel free to add comments to existing issues. ## Coding conventions @@ -80,4 +78,4 @@ Besides new docs and features, here are other ways you can contribute: ## Questions? -If you have any questions, please feel free to ask on the [mailing list](https://groups.google.com/d/forum/devdocs). +If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs). diff --git a/README.md b/README.md index b669b49d..d67fa886 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Keep track of development news: * Join the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs) * Watch the repository on [GitHub](https://github.com/freeCodeCamp/devdocs/subscription) * Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter -* Join the [mailing list](https://groups.google.com/d/forum/devdocs) **Table of Contents:** [Quick Start](#quick-start) · [Vision](#vision) · [App](#app) · [Scraper](#scraper) · [Commands](#available-commands) · [Contributing](#contributing) · [License](#copyright--license) · [Questions?](#questions) @@ -145,4 +144,4 @@ I also wish that any documentation file generated using this software be attribu ## Questions? -If you have any questions, please feel free to ask them on the [mailing list](https://groups.google.com/d/forum/devdocs). +If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs). diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index c7e5a414..51b5fdcf 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -21,7 +21,7 @@ app.templates.aboutPage = -> """ @@ -48,7 +48,7 @@ app.templates.aboutPage = -> """
Where can I suggest new docs and features?
You can suggest and vote for new docs on the Trello board.
If you have a specific feature request, add it to the issue tracker.
- Otherwise use the mailing list. + Otherwise, come talk to us in the Gitter chat room.
Where can I report bugs?
In the issue tracker. Thanks! diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index b5369403..7adce7fd 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -14,7 +14,7 @@ app.templates.intro = """
  • Run thor docs:download --installed to update all downloaded documentations.
  • To be notified about new versions, don't forget to watch the repository on GitHub.
  • The issue tracker is the preferred channel for bug reports and - feature requests. For everything else, use the mailing list. + feature requests. For everything else, use Gitter.
  • Contributions are welcome. See the guidelines.
  • DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information, see the COPYRIGHT and