Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 455 Bytes

File metadata and controls

17 lines (12 loc) · 455 Bytes

Contributing

Thank you for considering a contribution to RateGuru.

Workflow

  • Work from develop.
  • Use one branch per task.
  • Use feature/RG-XXX-short-title branch names.
  • Use RG-XXX: English commit title commit messages.
  • Keep changes scoped to the task acceptance criteria.

Validation

  • Write or update tests when the task is testable.
  • Run the related tests before opening a pull request.
  • Do not include unrelated file changes.