From d48396de5779b868af39184c6b35f2deafdca1d6 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 26 Mar 2018 08:00:00 -0400 Subject: [PATCH] =?UTF-8?q?DevDocs=20=E2=86=92=20freeCodeCamp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 4 ++-- ISSUE_TEMPLATE.md | 2 +- README.md | 20 +++++++++---------- assets/javascripts/news.json | 11 ++++++---- .../javascripts/templates/notif_tmpl.coffee | 2 +- .../templates/pages/about_tmpl.coffee | 18 ++++++++--------- .../templates/pages/help_tmpl.coffee | 2 +- .../templates/pages/news_tmpl.coffee.erb | 2 +- .../templates/pages/offline_tmpl.coffee | 2 +- .../templates/pages/root_tmpl.coffee.erb | 16 +++++++-------- .../javascripts/views/layout/resizer.coffee | 2 +- 11 files changed, 42 insertions(+), 39 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd4bd534..bdb36d55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ Want to contribute? Great. Please review the following guidelines carefully and ## Requesting new features 1. Search for similar feature requests; someone may have already requested it. -2. Make sure your feature fits DevDocs's [vision](https://github.com/Thibaut/devdocs/blob/master/README.md#vision). +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). @@ -46,7 +46,7 @@ Use the [Trello board](https://trello.com/b/6BmTulfx/devdocs-documentation) wher ## Contributing new documentations -See the [wiki](https://github.com/Thibaut/devdocs/wiki) to learn how to add new documentations. +See the [wiki](https://github.com/freeCodeCamp/devdocs/wiki) to learn how to add new documentations. **Important:** the documentation's license must permit alteration, redistribution and commercial use, and the documented software must be released under an open source license. Feel free to get in touch if you're not sure if a documentation meets those requirements. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 90890e07..4b173394 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@