Skip to content

Commit cde1913

Browse files
author
Mathias Svensson
committed
Fixed some documentation
1 parent 7aa9605 commit cde1913

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CONTRIBUTING.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@ Finally, it is probably a good idea to run the test suite locally before doing
1919
the pull-request to make sure everything works, however this is not a
2020
requirement.
2121

22+
Once you are ready to do a pull-request, you should figure out if your changes
23+
constitutes a new feature or a bugfix in stable or beta. If it is a bugfix in
24+
stable or beta, you should do the pull-request against the branch in question,
25+
and otherwise your pull-request should be against the dev branch.
26+
2227
Once you do the pull-request Travis CI will run the test-suite on it. Once it
2328
passes one of the core developers will look at your pull request, possibly
24-
comment on it and then hopefully merge it into master.
29+
comment on it and then hopefully merge it into the branch in question.
2530

2631
## Automated Testing
2732

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# pwntools - CTF toolkit
2-
![pwntools logo](https://github.com/Gallopsled/pwntools/blob/master/docs/source/logo.png?raw=true)
2+
![pwntools logo](https://github.com/Gallopsled/pwntools/blob/stable/docs/source/logo.png?raw=true)
33

44
[![Docs latest](https://readthedocs.org/projects/pwntools/badge/?version=latest)](https://pwntools.readthedocs.org/)
55
[![Docs 2.2.0](https://readthedocs.org/projects/pwntools/badge/?version=2.2.0)](https://pwntools.readthedocs.org/en/2.2.0)
66
[![PyPI](https://img.shields.io/pypi/v/pwntools.svg?style=flat)](https://pypi.python.org/pypi/pwntools/)
77
[![Gittip](https://img.shields.io/gittip/gallopsled.svg?style=flat)](https://www.gittip.com/gallopsled/)
8-
[![Travis](https://travis-ci.org/Gallopsled/pwntools.svg?branch=master)](https://travis-ci.org/Gallopsled/pwntools)
9-
[![Coveralls](https://img.shields.io/coveralls/Gallopsled/pwntools/master.svg)](https://coveralls.io/github/Gallopsled/pwntools?branch=master)
8+
[![Travis](https://travis-ci.org/Gallopsled/pwntools.svg?branch=stable)](https://travis-ci.org/Gallopsled/pwntools)
9+
[![Coveralls](https://img.shields.io/coveralls/Gallopsled/pwntools/stable.svg)](https://coveralls.io/github/Gallopsled/pwntools?branch=stable)
1010
[![Twitter](https://img.shields.io/badge/twitter-pwntools-4099FF.svg?style=flat)](https://twitter.com/pwntools)
1111
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/)
1212

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
author = "Zach Riggle",
8080
author_email = "[email protected]",
8181
url = 'https://pwntools.com',
82-
download_url = "https://pwntools.com/tarball/master",
82+
download_url = "https://pwntools.com/tarball/stable",
8383
install_requires = install_requires,
8484
license = "Mostly MIT, some GPL/BSD, see LICENSE-pwntools.txt and LICENSE-pwntools.txt",
8585
classifiers = [

0 commit comments

Comments
 (0)