13. FAQs#
13.1. How do I contribute to junifer?#
Please follow the contribution guidelines.
13.2. How do I set up VSCode for contribution?#
The contribution guidelines apply in general when using VSCode as your IDE as well.
The following steps are specific to VSCode and you can choose to go with it:
After forking the repository on GitHub, you can clone the forked repository using the internal version control tool.
We recommend using
conda
to create your virtual environmentconda env create -n <your-environment-name> -f conda-env.yml conda activate <your-environment-name>
The
conda-env.yml
can be found at the root of the repository.
The required development tools should be installed and you should be good to go.