How to update project ideas:
- Create a new branch
- Edit
projects.md
:- Try to adhere to the same format as the other projects
- Do not edit the table of contents, it is generated automatically (and your edits will be overwritten)
- Your research projects are on section level 2 (titles start with
##
) - Your project ideas are on section level 3 (titles start with
###
) - Make sure that mentor names include
mailto:
links
- Create a pull request in this repository (not your forked one) and ask for a review on [email protected]
How to update the data:
-
Edit the
explore/input_lists.json
to add/remove/modify the repos or organizations that get queried. -
Rerun the
MASTER.sh
script by doing:cd explore/scripts/ GITHUB_API_TOKEN=<yourtoken> ./MASTER.sh
-
Commit the changes