Everybody is free to contribute to Photok. However, there are a few guidelines you should respect.
- If you want to contribute, please ensure, that I am able to contact you in any way.
- USE the PR template.
- If you haven't contributed already, you may add an entry in
contributors.json
in the android assets, to be added to the "Credits" section in the app. - An of course, please read the code of conduct and stick to it.
New features should be implemented respecting the following guidelines:
- Use Jetpack Compose for UI (fragments for navigation for now)
- Use Clean Architecture as a Guideline (data/domain/ui)
- Orient yourself on existing features for code style, etc.