From bfce5e5815db601847f7ce621169e1367160b7f9 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Tue, 19 Apr 2016 15:53:59 -0700 Subject: [PATCH] Added Got Questions section in the README --- CHANGELOG.md | 7 +++++++ README.rst | 13 +++++++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4518f9eb..f58a4319f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### [2016-04-19] +### Added +- "Got Questions?" section in our README.rst. Yes, there is now a cookiecutter-django tag on Stack Overflow! (@pydanny) + +### Changed +- Update usage instructions with new prompts, minor cleanup (@audreyr) + ### [2016-04-18] ### Added - removing duplication of depends_on in docker-compose.yml (@noisy) diff --git a/README.rst b/README.rst index 62c6b206f..5e6015e70 100644 --- a/README.rst +++ b/README.rst @@ -157,6 +157,19 @@ For development, see the following for local development: .. _`Developing locally`: http://cookiecutter-django.readthedocs.org/en/latest/developing-locally.html .. _`Developing locally using docker`: http://cookiecutter-django.readthedocs.org/en/latest/developing-locally-docker.html +Got Questions? +-------------- + +* Search and/or Ask on `Stack Overflow`_ +* Chat with us on `Gitter`_ + +.. _`Stack Overflow`: http://stackoverflow.com/questions/tagged/cookiecutter-django +.. _`Gitter`: https://gitter.im/pydanny/cookiecutter-django?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge + +If you think found a bug or want to request a feature, please open an issue_. + +.. _`issue`: https://github.com/pydanny/cookiecutter-django/issues + For Readers of Two Scoops of Django 1.8 --------------------------------------------