Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): removed toc
Browse files Browse the repository at this point in the history
  • Loading branch information
billsioros committed May 4, 2021
1 parent 637bbc2 commit 4ebb5f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
16 changes: 0 additions & 16 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ Reading and following these guidelines will help us make the contribution proces

This project follows the [all-contributors](https://allcontributors.org/) specification. You can read more [here](https://allcontributors.org/docs/en/bot/usage).

- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Getting Help](#getting-help)
- [Getting Started](#getting-started)
- [Issues](#issues)
- [Pull Requests](#pull-requests)
- [Setting up a local development environment](#setting-up-a-local-development-environment)
- [Installing Poetry](#installing-poetry)
- [Creating & Using Spotify client credentials](#creating--using-spotify-client-credentials)
- [Installing pre-commit hooks](#installing-pre-commit-hooks)
- [Formatting, Linting and Testing](#formatting-linting-and-testing)
- [(Optional) Installing pyenv](#optional-installing-pyenv)
- [Documenting your changes](#documenting-your-changes)
- [Writing your commit message](#writing-your-commit-message)
- [Creating a pull request](#creating-a-pull-request)

## Code of Conduct

By participating and contributing to this project, you agree to uphold our [Code of Conduct](/CODE_OF_CONDUCT.md).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Dotify](/docs/img/logo.png)
![Dotify](https://raw.githubusercontent.com/billsioros/dotify/master/docs/img/logo.png)

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dotify)](https://www.python.org/)
[![PyPI](https://img.shields.io/pypi/v/dotify)](https://pypi.org/project/dotify/)
Expand All @@ -25,7 +25,7 @@
PosixPath('SAINt JHN - 5 Thousand Singles.mp3')
```

Feel free to check the [examples](/examples) folder for more use case!
Feel free to check the [examples](/examples) folder for more use cases!

## Features

Expand All @@ -50,7 +50,7 @@ pip install dotify

## Contributing

If you would like to contribute to the project, please go through the [Contributing Guidelines](/CONTRIBUTING.md) first.
If you would like to contribute to the project, please go through the [Contributing Guidelines](https://billsioros.github.io/dotify/contributing) first.

## Contributors ✨

Expand Down

0 comments on commit 4ebb5f9

Please sign in to comment.