Skip to content

Macro-OWLS/MacroProject

Repository files navigation

Semantic Guideline

Types

  • feat — new feature for the user
  • fix — bug fix for the user
  • docs — documentation changes
  • style — formatting, missing semi colons, etc.
  • refactor — refactoring production code
  • test — adding missing tests, refactoring tests
  • chore — updating grunt tasks, nothing that an external user would see

Branch Names

Format

<is>-<number>-<task_description>

Example

is-1-setup-repository

Commit Messages

Format

<type>(<optional scope>): <description>

Example

feat: add login page
fix(button): logout user

Pull Requests (Title)

Format

<type>(<optional scope>): <brief description>

Example

feat: add user authentication
fix(api): resolve 404 error on user fetch
docs: update README with setup instructions

Pull Requests (Description)

Format

## Summary
A brief description of the changes made.

## Changes Made
* Bullet point list of changes made

## Screenshots (if applicable)
Include screenshots of the changes in action, if applicable.

Example

## Summary
Added user authentication feature to allow users to securely log in and access their accounts.

## Changes Made
* Created login and registration forms
* Integrated authentication API
* Added JWT token handling
* Updated navigation to reflect authentication state

## Screenshots (if applicable)

About

Macro Project Repository - Apple Developer Academy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages