- Ticket: JIRA-247
- Brief: Created Hello world feature
- Testing out the effective use of git.
- Feature: [e.g., Added login button to header]
- Refactor: [e.g., Updated AuthContext to support OAuth]
- Bugfix: [e.g., Fixed missing redirect on logout]
- Pull this branch
- Run
npm start/mvn spring-boot:run/ etc. - Navigate to
/login - Verify login button shows and redirects correctly
- Jira issue linked
- Code follows conventions
- Code is tested (unit/integration)
- No sensitive data committed
- All tests pass locally
- Peer-reviewed or ready for review