From 4ecec68a28dc420e6b67fedcd95db1298139ff29 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Fri, 9 Aug 2024 16:04:31 +0200 Subject: [PATCH] ADD request for contributions to the template --- README.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.MD b/README.MD index 2af71ff..56d9d89 100644 --- a/README.MD +++ b/README.MD @@ -7,6 +7,8 @@ A template for creating Android projects at Q42. 1. Click the green "Use this template" button in the Github repo to create your own repository with this code template. 1. Clone the new repo locally on your machine. +1. Update dependencies and check whether everything still works. After that, create a PR to the + `main` branch of this template. This helps both your project and this template to stay up to date. 1. Run `python ./scripts/rename-project.py` or `python3 ./scripts/rename-project.py` from the project root, to change the project name and the package names. The script will ask for your new project name and update all references. @@ -15,6 +17,8 @@ A template for creating Android projects at Q42. here: [Firebase project](https://console.firebase.google.com/u/0/project/template-android-799ab/overview) Google Services currently in use: - Crashlytics +1. Build your awesome project :-) +1. Consider contributing to this template when you find something that could be improved. ## Contributing