Skip to content

Commit 5c2545e

Browse files
committed
Retire DevDocs's mailing list in favor of Gitter
1 parent 4d5c3e2 commit 5c2545e

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Want to contribute? Great. Please review the following guidelines carefully and
2727
2. Make sure your feature fits DevDocs's [vision](https://github.com/freeCodeCamp/devdocs/blob/master/README.md#vision).
2828
3. Provide a clear and detailed explanation of the feature and why it's important to add it.
2929

30-
For general feedback and ideas, please use the [mailing list](https://groups.google.com/d/forum/devdocs).
31-
3230
## Requesting new documentations
3331

3432
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](
7068
Besides new docs and features, here are other ways you can contribute:
7169

7270
* **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.
73-
* **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).
71+
* **Participate in the issue tracker.** Your opinion matters — feel free to add comments to existing issues.
7472

7573
## Coding conventions
7674

@@ -80,4 +78,4 @@ Besides new docs and features, here are other ways you can contribute:
8078

8179
## Questions?
8280

83-
If you have any questions, please feel free to ask on the [mailing list](https://groups.google.com/d/forum/devdocs).
81+
If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs).

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Keep track of development news:
99
* Join the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs)
1010
* Watch the repository on [GitHub](https://github.com/freeCodeCamp/devdocs/subscription)
1111
* Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter
12-
* Join the [mailing list](https://groups.google.com/d/forum/devdocs)
1312

1413
**Table of Contents:** [Quick Start](#quick-start) · [Vision](#vision) · [App](#app) · [Scraper](#scraper) · [Commands](#available-commands) · [Contributing](#contributing) · [License](#copyright--license) · [Questions?](#questions)
1514

@@ -145,4 +144,4 @@ I also wish that any documentation file generated using this software be attribu
145144

146145
## Questions?
147146

148-
If you have any questions, please feel free to ask them on the [mailing list](https://groups.google.com/d/forum/devdocs).
147+
If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs).

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ app.templates.aboutPage = -> """
2121
<ul>
2222
<li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
2323
<li>Watch the repository on <a href="https://github.com/freeCodeCamp/devdocs/subscription">GitHub</a>
24-
<li>Join the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>
24+
<li>Join the <a href="https://gitter.im/FreeCodeCamp/DevDocs">Gitter</a> chat room
2525
</ul>
2626
2727
<h2 class="_block-heading" id="copyright">Copyright and License</h2>
@@ -48,7 +48,7 @@ app.templates.aboutPage = -> """
4848
<dt>Where can I suggest new docs and features?
4949
<dd>You can suggest and vote for new docs on the <a href="https://trello.com/b/6BmTulfx/devdocs-documentation">Trello board</a>.<br>
5050
If you have a specific feature request, add it to the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>.<br>
51-
Otherwise use the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>.
51+
Otherwise, come talk to us in the <a href="https://gitter.im/FreeCodeCamp/DevDocs">Gitter</a> chat room.
5252
<dt>Where can I report bugs?
5353
<dd>In the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>. Thanks!
5454
</dl>

assets/javascripts/templates/pages/root_tmpl.coffee.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ app.templates.intro = """
1414
<li>Run <code>thor docs:download --installed</code> to update all downloaded documentations.
1515
<li>To be notified about new versions, don't forget to <a href="https://github.com/freeCodeCamp/devdocs/subscription">watch the repository</a> on GitHub.
1616
<li>The <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a> is the preferred channel for bug reports and
17-
feature requests. For everything else, use the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>.
17+
feature requests. For everything else, use <a href="https://gitter.im/FreeCodeCamp/DevDocs">Gitter</a>.
1818
<li>Contributions are welcome. See the <a href="https://github.com/freeCodeCamp/devdocs/blob/master/CONTRIBUTING.md">guidelines</a>.
1919
<li>DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information,
2020
see the <a href="https://github.com/freeCodeCamp/devdocs/blob/master/COPYRIGHT">COPYRIGHT</a> and

0 commit comments

Comments
 (0)