From aec2201738298e423fe038d7046db5b3645da9c2 Mon Sep 17 00:00:00 2001 From: "Taylor \"Nekroze\" Lawson" Date: Tue, 20 Aug 2013 01:42:42 +1000 Subject: [PATCH] Added a feedback section to readme --- {{cookiecutter.repo_name}}/README.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/README.rst b/{{cookiecutter.repo_name}}/README.rst index ea486b700..2a8f92235 100644 --- a/{{cookiecutter.repo_name}}/README.rst +++ b/{{cookiecutter.repo_name}}/README.rst @@ -19,7 +19,7 @@ Quickstart Install {{ cookiecutter.project_name }}:: - pip install {{ cookiecutter.repo_name }} + $ pip install {{ cookiecutter.repo_name }} Then use it in a project:: @@ -29,3 +29,12 @@ Features -------- * TODO + +Feedback +======== + +If you have any suggestions or questions about **{{ cookiecutter.project_name }}** feel free to email me +at {{ cookiecutter.email }}. + +If you encounter any errors or problems with **{{ cookiecutter.project_name }}**, please let me know! +Open an Issue at the GitHub http://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }} main repository.