Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 630 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (11 loc) · 630 Bytes

Steps

  1. Check out the issues page for ideas and whether your idea of change happen to be there with some more details

  2. Fork repository

  3. Make changes

    If you don't know Python:

    ​ Edit internships.csv (No need to worry about ordering since we would sort jobs via a script)

    Else:

    ​ Create a Python virtual environment and install the needed Python packages with

    ​ pip install -r requirements.txt

  4. Open a pull request!

    If you find the process above difficult, just make an issue in GitHub, and we would take a look.