Skip to content

Commit

Permalink
Add a Contributing section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed May 17, 2024
1 parent 30876b8 commit 39d0f2a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,24 @@ How your tasks will be shown:

![tasks-page](https://raw.githubusercontent.com/vintasoftware/django-celerybeat-status/master/README_IMAGES/django-celerybeat-status-tasks.png)

## Contributing

### Setting up the development environment

1. Clone the repository.

2. Install the dependencies.

```bash
pip install -r requirements_test.txt
```

3. Run the tests. This packages uses `tox` to run tests on multiple evironments, please make sure they are passing before submitting a pull request.

```bash
tox
```

## Commercial Support

This project, as other Vinta open-source projects, is used in products of Vinta clients. We are always looking for exciting work, so if you need any commercial support, feel free to get in touch: [email protected]
Expand Down

0 comments on commit 39d0f2a

Please sign in to comment.