Skip to content

HungryRadar is an Android App that allows user to find their favourite restaurants.

Notifications You must be signed in to change notification settings

nroh555/HungryRadar

 
 

Repository files navigation

project-1-team-4

project-1-team-4 created by GitHub Classroom

Conventions

Methods: lowerCamelCase

Class names: UpperCamelCase

Variable names: lowerCamelCase

Commits:

  • feat: Commits, that adds a new feature
  • fix: Commits, that fixes a bug
  • refactor: Commits, that rewrite/restructure your code, however does not change any behaviour
  • perf: Commits are special refactor commits, that improve performance
  • style: Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)
  • test: Commits, that add missing tests or correcting existing tests
  • docs: Commits, that affect documentation only
  • build: Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...
  • ops: Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...
  • chore: Miscellaneous commits e.g. modifying .gitignore

e.g feat: add shopping button

Commit naming info

Branch names:
category/description-like-this
e.g feat/create-listActivty

Branch naming info

Pull Requests:
PR name: Branch name
Description: Description of what the PR contains

About

HungryRadar is an Android App that allows user to find their favourite restaurants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%