Skip to content

Commit

Permalink
Fix: update the CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Feb 17, 2023
1 parent 4f38a1d commit ceea3d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

## Setting Up

- `make venv` helps to create a virtual environment for development.
- `make install` helps to create a virtual environment for development.

## Pull Request Process

- Follow [PEP 8 style guide](https://pep8.org/). Make use of our `.editorconfig` in your text editor.
- Write tests, if applicable.
- Sort imports with [`isort`](https://github.com/timothycrosley/isort).
- Update `CHANGELOG.md` with description of changes.
- Update `README.md` with details of changes to the interface, if applicable.
- Run `make test` locally before making a pull request. It will perform the checks locally and will save you some time.
- Update the documentation with details of changes to the interface, if applicable.
- Run `make` locally before making a pull request. It will perform the checks locally and will save you some time.

0 comments on commit ceea3d9

Please sign in to comment.