diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cafdac63..a3eb1d10 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,12 +2,12 @@ What kind of issue is this? - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to understand why something isn't working the way you expect it to, use - our technical chat https://gitter.im/platformio/platformio - + our Community Forums http://community.platformio.org + - [ ] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to implement new features without first getting our - support. Sometimes we leave features out on purpose to keep the project small. - + support. Sometimes we leave features out on purpose to keep the project small. + - [ ] PlatformIO IDE. All issues related to PlatformIO IDE should be reported to appropriate repository https://github.com/platformio/platformio-atom-ide/issues @@ -19,7 +19,7 @@ What kind of issue is this? ### Configuration -**Operating system**: +**Operating system**: **PlatformIO Version** (`platformio --version`): diff --git a/HISTORY.rst b/HISTORY.rst index 5b57d8ce..2d32a4f1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ Release Notes PlatformIO 2.0 -------------- +2.8.6 (2016-??-??) +~~~~~~~~~~~~~~~~~~ + +* Launched `PlatformIO Community Forums `_ + (`issue #530 `_) + 2.8.5 (2016-03-07) ~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index ca52aa95..94a4ae8d 100644 --- a/README.rst +++ b/README.rst @@ -22,15 +22,15 @@ PlatformIO .. image:: https://img.shields.io/pypi/dm/platformio.svg :target: https://pypi.python.org/pypi/platformio/ :alt: PyPi Downloads -.. image:: https://img.shields.io/chat/on%20gitter.png +.. image:: https://img.shields.io/community/PlatformIO.png :alt: Join the chat at https://gitter.im/platformio/platformio - :target: https://gitter.im/platformio/platformio + :target: http://community.platformio.org .. image:: https://img.shields.io/donate/PlatformIO.png?color=yellow :alt: Donate for PlatformIO.Org :target: http://platformio.org/#!/donate -`Home & Demo `_ | +`Home `_ | `PlatformIO IDE `_ | `Project Examples `_ | `Docs `_ | @@ -38,6 +38,7 @@ PlatformIO `Facebook `_ | `Hackaday `_ | `Bintray `_ | +`Community `_ | `Donate `_ | `Contact Us `_ diff --git a/docs/_static/extra.css b/docs/_static/extra.css index 61bc0108..d5db5063 100644 --- a/docs/_static/extra.css +++ b/docs/_static/extra.css @@ -47,7 +47,7 @@ nav { } @media (min-width: 1200px) { .container { - width: 1170px; + width: 1150px; } } .container-fluid { diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 24bc2f5d..d89a632e 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -5,7 +5,7 @@