Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoCRM authored Nov 9, 2024
1 parent fe04db2 commit dfe4c55
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Welcome to Django-CRM!

## Thank you for your interest in contributing to the project!

[CRM software](https://github.com/DjangoCRM/django-crm) published recently. So for now, just briefly.
Expand All @@ -13,10 +14,11 @@ Code contributions are not the only way to help the project. There are many oppo
- Taking part in creating the project website on the github.io
- Writing Code.
- It's easier to start by working with issues marked with a [“good first issue”](https://github.com/DjangoCRM/django-crm/labels/good%20first%20issue) label.
- Run tests before creating a Pull Request.

```cmd
python manage.py test tests/ --noinput
```
- Create a draft PR when starting work on bigger changes.

- Create a draft PR when starting work on bigger changes.
> [!IMPORTANT]
> Run tests before creating a Pull Request.
>
> ```cmd
> python manage.py test tests/ --noinput
> ```

0 comments on commit dfe4c55

Please sign in to comment.