Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.53 KB

Welcome to Django-CRM!

Thank you for your interest in contributing to the project!

CRM software published recently. So for now, just briefly.

Code contributions are not the only way to help the project. There are many opportunities to support and contribute:

  • Just add a star ⭐️ and fork the repository, this will already be a valuable help for the project.
  • Submit GitHub issues about bugs or desired new features.
  • Improving Documentation and help pages.
  • Localization - performing translation (in context) CRM interface and help pages.
  • Taking part in creating the project website on the github.io

Writing Code

Now we are focused on improving the functionality that has already been created. Making it more convenient and understandable for a wide audience of users.
Then we will start adding new features.

  • It's easier to start by working with issues marked with a “good first issue” label. They are supplied with instructions.
  • Create a draft PR when starting work on bigger changes for discussion and assistance.

Important

Run tests before creating a Pull Request!

  python manage.py test tests/ --noinput