Android-Guild / Picover

App for documenting memories from Android Guild meetings and parties.
7 stars 0 forks source link

Picover

App for documenting memories from Android Guild meetings and parties

Contribution

Current issues are present in the project backlog. Workflow is the following:

Repository

Branch

Each branch should be associated with a team member and corresponding issue created here. To accomplish that, use following template issue_number/description, example:

1/initial-project

Where:

Commit

In a similar manner, to keep bidirectional history, each commit should be associated with the corresponding issue, so the template is following #issue_number description, example:

1 initial project

Pull Requests

CI/CD

Two build types:

App will be distributed via Firebase, link will be provided after implementation.

Name conventions

String resources

PascalCase

Code

Kotlin coding conventions

Agreements