When contributing to this repository, please first discuss the change you wish to make via an issue if applicable.
If you are part of the MaastrichtU-IDS organization on GitHub you can directly create a branch in this repository. Otherwise you will need to first fork this repository.
To contribute:
- Clone the repository 📥
git clone https://github.com/MaastrichtU-IDS/into-the-graph.git
cd into-the-graph
- Create a new branch from the
typescript-rewrite
branch and add your changes to this branch 🕊️
git checkout typescript-rewrite
git checkout -b new-branch
- Run the API in development at http://localhost:19006
yarn install
yarn dev
- Add your change in this branch 📝
- Send a pull request to the
typescript-rewrite
branch when your changes are done 📤
- Before sending a pull request make sure the project still work as expected with the new changes properly integrated 📝
- Send a pull request to the
typescript-rewrite
branch 📤 - Project contributors will review your change as soon as they can ✔️