Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
VepeP edited this page Sep 29, 2021 · 17 revisions

Welcome to the el-proyecte-grande-sprint-1-java-prothy wiki!

Planning:

ERP plan

UML diagram

Workflow guide:

Commit message:

Use imperative mood (eg.: add, implement, create) Semantic Commit Messages
e.g.:

  • feat (#1): implement commit message
  • fix (#2): fix something

Branch naming:

Use imperative mood (eg.: add, implement, create)
e.g.:

  • create-user
  • fix-add-user

Endpoint naming:

Use snake case e.g.:

  • create-user

Pull request:

  • If it is not an urgent change, create a Draft pull request instead of a regular pull request.
  • If a pull request would close an issue, then link that issue in the pull request message or add it to the detailed view of the pull request
  • Do not forget to:
    • Add the Project and the Milestone to it
    • Assign yourself
    • Add a reviewer (This is important if you create a draft pull request)

Create comments in your code

Write unit tests