@@ -5,7 +5,7 @@ Contributing to testtools
55Bugs and patches
66----------------
77
8- `File bugs <https://bugs.launchpad.net/ testtools/+filebug > ` on Launchpad , and
8+ `File bugs <https://github.com/testing-cabal/ testtools/issues/new > ` on GitHub , and
99`send patches <https://github.com/testing-cabal/testtools/> ` on GitHub.
1010
1111
@@ -80,12 +80,6 @@ good idea. For crasher bugs, this is generally a no-brainer, but for UI bugs
8080& API tweaks, the reason something is an improvement might not be obvious, so
8181it's worth spelling out.
8282
83- If you are thinking of implementing a new feature, you might want to have that
84- discussion on the [mailing list](
[email protected] ) before the
85- patch goes up for review. This is not at all mandatory, but getting feedback
86- early can help avoid dead ends.
87-
88-
8983Documentation
9084-------------
9185
@@ -178,10 +172,6 @@ Membership in the testing-cabal org on GitHub as committer.
178172
179173Membership in the pypi testtools project as maintainer.
180174
181- Membership in the https://launchpad.net/~testtools-committers.
182-
183- No in-progress Critical bugs on the next _ milestone.
184-
185175Tasks
186176+++++
187177
@@ -190,19 +180,11 @@ Tasks
190180#. Possibly write a blurb into NEWS.
191181#. Commit the changes.
192182#. Tag the release, ``git tag -s X.Y.Z -m "Releasing X.Y.Z" ``
193- #. Run 'make release', this:
194- #. Creates a source distribution and uploads to PyPI
195- #. Ensures all Fix Committed bugs are in the release milestone
196- #. Makes a release on Launchpad and uploads the tarball
197- #. Marks all the Fix Committed bugs as Fix Released
198- #. Creates a new milestone
199- #. If a new series has been created (e.g. 0.10.0), make the series on Launchpad.
200- #. Push trunk to GitHub, ``git push --tags origin master ``
183+ #. Push master to GitHub, ``git push --tags origin master ``
201184
202185.. _PEP 8 : http://www.python.org/dev/peps/pep-0008/
203186.. _unittest : http://docs.python.org/library/unittest.html
204187.. _MIT license : http://www.opensource.org/licenses/mit-license.php
205188.. _Sphinx : http://sphinx.pocoo.org/
206189.. _restructuredtext : http://docutils.sourceforge.net/rst.html
207190.. _testing-cabal : https://github.com/organizations/testing-cabal/
208- .. _next : https://launchpad.net/testtools/+milestone/next
0 commit comments