Skip to content

Commit

Permalink
chore(info): oops! Remove 'Contributing' section from README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Vieira committed Dec 19, 2017
1 parent cfcf625 commit d52e1fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Changelog

- Support for Python 3.6
- Minor refactors related to code style
- Improved integration with [codeclimate](https://codeclimate.com/)
- Improved integration with `codeclimate <https://codeclimate.com/>`_

1.5.0 (2016-10-30)
------------------
Expand Down
22 changes: 1 addition & 21 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,6 @@ If you have any enhancement suggestions or find a bug, please:

3. Do your magic

4. Please, [PEP8](https://www.python.org/dev/peps/pep-0008/) and [test your](#running-tests) code
4. Please, [PEP8](https://www.python.org/dev/peps/pep-0008/) and [test your](README.rst#running-tests) code

5. All good? Make a [pull request](https://github.com/pv8/noipy/pulls)

## Running tests

Install tests dependencies:

```bash
$ pip install -r requirements-dev.txt
```

Test the code against all supported Python versions and check it against **PEP8** with ``tox``:

```bash
$ tox
```

Check **PEP8** only:

```bash
$ tox -e pep8
```
21 changes: 6 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,6 @@ And type username and password when required.
`Base64 <https://en.wikipedia.org/wiki/Base64>`_ method and is not actually
*encrypted*!


Contributing
------------

Improvements & Troubleshooting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you have any enhancement suggestions or find a bug, please:

#. Open an `issue <https://github.com/pv8/noipy/issues>`_
#. `Fork <https://github.com/pv8/noipy/fork>`_ the project
#. Do your magic
#. Please, `PEP8 <https://www.python.org/dev/peps/pep-0008/>`_ and test your code
#. Is everything working? Send a `pull request <https://github.com/pv8/noipy/pulls>`_

Running tests
~~~~~~~~~~~~~

Expand All @@ -152,6 +137,12 @@ Test the code against all supported Python versions and check it against **PEP8*
$ tox
Check **PEP8** only:

.. code-block:: bash
$ tox -e pep8
Copyright & License
-------------------
Expand Down

0 comments on commit d52e1fc

Please sign in to comment.