Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 794 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 794 Bytes

Contributing to dmhp-kpi

In your PR, please maintain the following format for commit messages:

  • If any bug fixes are made, the commit must start with [BUG]
  • If any new features are added, the commit must start with [FEATURE]
  • If the commit involves frontend work (Angular, Material Design), the commit must start with [FRONTEND]
  • If the commit involves backend work (Node, Spring Boot, Express, MySQL), the commit must start with [BACKEND]
  • If the commit involves documentation work (Markdown, Versioning, LaTeX, JSON), the commit must start with [DOCUMENTATION]

Before making a PR, please make an issue about the same

  • The issue will be resolved through the PR
  • This is to add a level of abstraction and simplicity when it comes to tracking features and bug (fixes).