-
- Fork the repo
- Setup a new python environment (conda or venv --- your choice)
pip install -r requirements.txt
- Make changes to the code
- Test out the new changes
- Recommended : write test for your code changes
- Add the changes to your forked Custom-Plotting repo
- Open pull request with your new changes