Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 825 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 825 Bytes

Contributing to Photok

Everybody is free to contribute to Photok. However, there are a few guidelines you should respect.

General

  1. If you want to contribute, please ensure, that I am able to contact you in any way.
  2. USE the PR template.
  3. 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.
  4. An of course, please read the code of conduct and stick to it.

New Features

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.