Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Docs: Add CONTRIBUTING guide with checks and tips
  • Loading branch information
jihanurrahman33 committed Sep 3, 2025
commit cc4cb9cc2f54faf1029ca901b53b4eb3f0b11fba
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Contributing

Thanks for your interest in contributing to Ver-ID UI for Android!

Before you open a pull request:

- Ensure `./gradlew :veridui:lint :veridui:test` passes
- Build `:veridui` and `:sample` locally (or let CI validate)
- Follow the PR template and keep changes focused and scoped

Development tips

- Use Android Studio Giraffe or newer with JDK 17
- Run the sample app on a physical device for camera features

Project scripts

- Translation completeness check: `python3 test_translation.py veridui/src/main/assets/<locale>.xml`