- You can create an issue if you find any bug.
- You can work on an existing issue and Send PR.
- You can make changes in the design if it is needed.
- Even if you find any grammatical or spelling mistakes then also you can create an issue.
I would be glad to see a notification saying
User {xyz} created a Pull Request
. I promise to review it.
git clone https://github.com/jhabarsingh/DOCMED.git
cd DOCMED
python3 -m venv env
source env/bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
python manage.py runserver