-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a Contributing section to README
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|