Skip to content

Commit

Permalink
Merge pull request #69 from Q42/request-contributions
Browse files Browse the repository at this point in the history
ADD encourage contributions to the template
  • Loading branch information
ninovanhooff authored Sep 6, 2024
2 parents 48a4173 + 03912ec commit b53f705
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -20,6 +22,8 @@ A template for creating Android projects at Q42.
1. You probably want to enable the self-hosted runner (our own, free and fast, mac-mini), as described
in [self hosted runner](#self-hosted-runner), when using Github Actions.
1. Setup/adjust uploads to [Firebase app distribution](#firebase-app-distribution).
1. Build your awesome project :-)
1. Consider contributing to this template when you find something that could be improved.

## Contributing

Expand Down

0 comments on commit b53f705

Please sign in to comment.