element-x-android icon indicating copy to clipboard operation
element-x-android copied to clipboard

Update _developer_onboarding.md

Open lex-neufeld opened this issue 8 months ago • 2 comments

I messed up this step. Making it more idiot proof.

Content

made step more explicit by changing to: From repository root, run ./tools/templates/generate_templates.sh to generate the template zip file see diff

Motivation and context

Screenshots / GIFs

Tests

  • Step 1
  • Step 2
  • Step ...

Tested devices

  • [ ] Physical
  • [ ] Emulator
  • OS version(s):

Checklist

  • [ ] Changes have been tested on an Android device or Android emulator with API 24
  • [ ] UI change has been tested on both light and dark themes
  • [ ] Accessibility has been taken into account. See https://github.com/element-hq/element-x-android/blob/develop/CONTRIBUTING.md#accessibility
  • [ ] Pull request is based on the develop branch
  • [ ] Pull request title will be used in the release note, it clearly define what will change for the user
  • [ ] Pull request includes screenshots or videos if containing UI changes
  • [ ] You've made a self review of your PR

lex-neufeld avatar Apr 10 '25 10:04 lex-neufeld

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 10 '25 10:04 CLAassistant

Thank you for your contribution! Here are a few things to check in the PR to ensure it's reviewed as quickly as possible:

  • Your branch should be based on origin/develop, at least when it was created.
  • The title of the PR will be used for release notes, so it needs to describe the change visible to the user.
  • The test pass locally running ./gradlew test.
  • The code quality check suite pass locally running ./gradlew runQualityChecks.
  • If you modified anything related to the UI, including previews, you'll have to run the Record screenshots GH action in your forked repo: that will generate compatible new screenshots. However, given Github Actions limitations, it will prevent the CI from running temporarily, until you upload a new commit after that one. To do so, just pull the latest changes and push an empty commit.

github-actions[bot] avatar Apr 10 '25 10:04 github-actions[bot]