diff options
| author | Christopher Lee <veebers@gmail.com> | 2014-08-18 14:48:30 +1200 |
|---|---|---|
| committer | Christopher Lee <veebers@gmail.com> | 2014-08-19 11:40:48 +1200 |
| commit | ad077be757c52e459ca0b6a6926144cf12311a9e (patch) | |
| tree | c416fa2ec2d9dcc280a8dfff72659fe8cb24807d /doc/hacking.rst | |
| parent | ed4f07be190d645b1494164c430d6e89c6c27592 (diff) | |
| download | testtools-ad077be757c52e459ca0b6a6926144cf12311a9e.tar.gz | |
Remove newline in url that broke the link in the docs.
Fix syntax error in docs example.
Remove conflict marker remains from previous conflict.
Remove trailing whitespace from source example in docs
Resolve syntax errors in doc sample code.
Diffstat (limited to 'doc/hacking.rst')
| -rw-r--r-- | doc/hacking.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/hacking.rst b/doc/hacking.rst index 6434e36..d636ac3 100644 --- a/doc/hacking.rst +++ b/doc/hacking.rst @@ -93,10 +93,10 @@ Tests belong in ``testtools/tests/``. Committing to trunk ------------------- -Testtools is maintained using git, with its master repo at https://github.com -/testing-cabal/testtools. This gives every contributor the ability to commit -their work to their own branches. However permission must be granted to allow -contributors to commit to the trunk branch. +Testtools is maintained using git, with its master repo at +https://github.com/testing-cabal/testtools. This gives every contributor the +ability to commit their work to their own branches. However permission must be +granted to allow contributors to commit to the trunk branch. Commit access to trunk is obtained by joining the `testing-cabal`_, either as an Owner or a Committer. Commit access is contingent on obeying the testtools |
