Skip to content

Commit

Permalink
Rename flake8_html -> flake8-html
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Mar 3, 2017
1 parent 20eebeb commit f63916d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/lordmauve/flake8_html/issues.
Report bugs at https://github.com/lordmauve/flake8-html/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/lordmauve/flake8_html/issues.
The best way to send feedback is to file an issue at https://github.com/lordmauve/flake8-html/issues.

If you are proposing a feature:

Expand All @@ -59,15 +59,15 @@ Get Started!

Ready to contribute? Here's how to set up `flake8_html` for local development.

1. Fork the `flake8_html` repo on GitHub.
1. Fork the `flake8-html` repo on GitHub.
2. Clone your fork locally::

$ git clone git@github.com:your_name_here/flake8_html.git
$ git clone git@github.com:your_name_here/flake8-html.git

3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::

$ mkvirtualenv flake8_html
$ cd flake8_html/
$ mkvirtualenv flake8-html
$ cd flake8-html/
$ python setup.py develop

4. Create a branch for local development::
Expand Down Expand Up @@ -101,8 +101,8 @@ Before you submit a pull request, check that it meets these guidelines:
2. 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 and 3.5, and for PyPy. Check
https://travis-ci.org/lordmauve/flake8_html/pull_requests
3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6 and for PyPy. Check
https://travis-ci.org/lordmauve/flake8-html/pull_requests
and make sure that the tests pass for all supported Python versions.

Tips
Expand Down

0 comments on commit f63916d

Please sign in to comment.