Open mvuorre opened 1 month ago
I see this is related to #1297 (contributing instructions seem outdated).
Hey @mvuorre , Thank you for your interest in contributing to Tilburg Science Hub. Yes, the contribution information is not fully updated yet (since we are moving to Flask and are still in the process of updating the content). Hopefully, it will be updated soon. Apologies for that.
Yes, main-flask
is the main branch to which pull requests should contribute. Please find below the way you could contribute to the website.
git clone https://github.com/tilburgsciencehub/website.git
python content_to_db.py
script. In case something is unclear, please do not hesitate to reach out to us again!
Hi, thinking of adding a few Makefile things but can't get the project up and running locally. Specifically, here:
tilburg-update
branch and create a new branch for each significant change being made.https://github.com/tilburgsciencehub/website/blob/392395de289562cfaad4a83926110053113f82e2/content/topics/Collaborate-share/Project-management/contribute-to-tilburg-science-hub/pullrequests.md?plain=1#L54
But there is no
tilburg-update
branch in source:(Unless I am wrong which is very much a possibility :P) it'd be great if the instructions were updated. Should I base my work on the
main-flask
branch?