From 4a4ba97fe43a2eecbe23812dfd3d8f64ad9c5b44 Mon Sep 17 00:00:00 2001 From: Doris Tam Date: Thu, 4 Mar 2021 14:40:30 +1300 Subject: [PATCH 1/3] Add support links to the readme --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fef86794..b152ab96 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,22 @@ # Mahara Mobile +Mahara Mobile is a mobile app developed to work alongside [Mahara](https://github.com/MaharaProject/mahara), an open source ePortfolio system. [@MaharaProject](https://twitter.com/maharaproject?lang=en) + Mahara Mobile is built using TypeScript, Redux, LinguiJS, and React/React Native. It uses Metro, the JavaScript bundler for React Native to join the code and all its dependencies together. -Our **main codebase** lives at [git.mahara.org](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native) +Our **main codebase** lives at [git.mahara.org](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native). +A clone of our main codebase for **community developers** lives at [github.com](https://github.com/MaharaProject/mahara-mobile-react-native). + +## Support + +There are many ways to get support: + +- [Mahara online user manual](https://manual.mahara.org/en/20.10/misc/mobile.html) +- [Mahara project community forums](https://mahara.org/interaction/forum/view.php?id=479) +- Submit an issue though GitHub + ## [Wiki 📝](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native/-/wikis/home) Our wiki lives at . @@ -96,4 +108,4 @@ If you modify this program, or any covered work, by linking or combining it with the OpenSSL project's OpenSSL library (or a modified version of that library), containing parts covered by the terms of the OpenSSL or SSLeay licenses, the Mahara copyright holders -grant you additional permission to convey the resulting work. +grant you additional permission to convey the resulting work. \ No newline at end of file -- GitLab From 4b3b426da1cc155f788d8a526d943bd1a2e74e52 Mon Sep 17 00:00:00 2001 From: Doris Tam Date: Thu, 4 Mar 2021 16:18:27 +1300 Subject: [PATCH 3/3] Leave yaml as is after making changes so i can commit things to my forked repo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da61a66c..589ae4a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,4 +32,4 @@ test: script: - cd MaharaMobile - npm run extract - - npm run test \ No newline at end of file + - npm run test -- GitLab