From 2a146248fcdb2a536326f900b297ec467f82912b Mon Sep 17 00:00:00 2001 From: mschubertHZI <149158710+mschubertHZI@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:04:45 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 390d6721..b192b198 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,3 @@ Distributed under the AGPL-3.0 license. See [LICENSE](./LICENSES/AGPL-3.0-or-lat ![HZI](psa.app.web/src/assets/images/hzi_logo.jpg) -## Contributing - -Contributions are welcome. -Please fork [the gitlab repository](https://gitlab.com/pia-eresearch-system/pia). From 45641be14d5308fa4ea4c9821c083956b9ce1542 Mon Sep 17 00:00:00 2001 From: mschubertHZI <149158710+mschubertHZI@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:08:03 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b192b198..edcccdc8 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ grant_type=password&client_id=pia-admin-web-app-client&username={{username}}&pas Any contributions you make are **greatly appreciated**. -1. Fork the Project +1. Please fork [the gitlab repository](https://gitlab.com/pia-eresearch-system/pia) 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Make sure your Changes are formatted using [prettier](https://github.com/prettier/prettier) (`npx prettier --write .`) 4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)