Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 1.32 KB

Contributing

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:

  1. Clone the repository 📥
git clone https://github.com/MaastrichtU-IDS/into-the-graph.git
cd into-the-graph
  1. 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
  1. Run the API in development at http://localhost:19006
yarn install
yarn dev
  1. Add your change in this branch 📝
  2. Send a pull request to the typescript-rewrite branch when your changes are done 📤

Pull Request process

  1. Before sending a pull request make sure the project still work as expected with the new changes properly integrated 📝
  2. Send a pull request to the typescript-rewrite branch 📤
  3. Project contributors will review your change as soon as they can ✔️