Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 792 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (14 loc) · 792 Bytes

Contributing

There are many ways in which you can contribute.

Reporting issues

If you encounter a bug or have some suggestions, open an issue with details and screenshots (if possible).

Contributing Code

You can contribute to both backend or frontend. Feel free to contact @varunvaruns9 or any other admin for help.

  1. Fork the repository

  2. Clone the forked repository.

  3. Make your changes and commit.

  4. Push to your fork.

  5. Open a pull request.

The pull request must meet certain standards to be accepted. Ask any administrator to review the PR.

We use git so learn its basics before trying to contribute code. Here are some useful resources: try.github.io

Django official docs: Django docs 2.0(en)