Added Got Questions section in the README

This commit is contained in:
Daniel Roy Greenfeld 2016-04-19 15:53:59 -07:00
parent 2ddebdb662
commit bfce5e5815
2 changed files with 20 additions and 0 deletions

View File

@ -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)

View File

@ -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
--------------------------------------------