From 24fc6c19aa0b4aff33ef0144ce5e7cc7243b3c69 Mon Sep 17 00:00:00 2001 From: JamesRamm Date: Mon, 10 Apr 2017 17:07:16 +0100 Subject: [PATCH] simpler issue template and readme updated for 0.1 --- .github/ISSUE_TEMPLATE.md | 8 -------- CHANGELOG.rst | 4 ++-- CONTRIBUTING.rst | 2 +- README.rst | 4 +--- 4 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2cb7b56..db3bebb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,16 +1,8 @@ * longclaw version: * Django version: * Python version: -* Operating System: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. - -### What I Did - -``` -Paste the command(s) you ran and the output. -If there was a crash, please include the traceback here. -``` diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4d5a16e..525f562 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ History ------- -0.1.0 (yyyy-mm-dd) - IN DEVELOPMENT -+++++++++++++++++++++++++++++++++++ +0.1 (2017-04-14) ++++++++++++++++++++ * Initial release. diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 99ce156..664df13 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -60,7 +60,7 @@ Before you submit a pull request, check that it meets these guidelines: 1. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst. -3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4, 3.5 and for PyPy. Check +3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5. Check https://travis-ci.org/JamesRamm/longclaw/pull_requests and make sure that the tests pass for all supported Python versions. diff --git a/README.rst b/README.rst index d689bbc..b0973ac 100644 --- a/README.rst +++ b/README.rst @@ -16,9 +16,7 @@ Longclaw :target: http://webchat.freenode.net/?channels=longclaw&uio=d4 :alt: IRC Chat -An e-commerce plugin for `Wagtail CMS `_ - - .. note:: Longclaw is currently in pre-release development. I am working hard to get a stable v0.1.0 release available. It is likely there will be further breaking changes until then. +An e-commerce extension for `Wagtail CMS `_ `Documentation `_