From c1db6838b8712ad5a3a9e36ab53a4ca8e5c4a18d Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 15 Jan 2024 21:56:01 +0000 Subject: [PATCH] contribution guide --- content/en/blog/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/contributing.md b/content/en/blog/contributing.md index ad117abd..5411046a 100644 --- a/content/en/blog/contributing.md +++ b/content/en/blog/contributing.md @@ -61,7 +61,7 @@ Since the API repo includes the Python library as a submodule, when you update t Finally, the app repo [https://github.com/harmonydata/app](https://github.com/harmonydata/app) is the React front end. Please check you can run this repo locally also before you start contributing. To point the front end repo to a local copy of your API repo, please change the file [.env](https://github.com/harmonydata/app/blob/master/.env) to point to `http://localhost:8000`. -# Pull requests +## Pull requests If you'd like to contribute to this project, you can contact us at https://harmonydata.ac.uk/ or [make a pull request](https://github.com/harmonydata/harmony/pulls) on our Github repository. You can also raise an issue.