Skip to content

Add new code owner @yusufyilmazf#468

Closed
yusufyilmazf wants to merge 1 commit into
developfrom
yusufyilmazf-patch-1
Closed

Add new code owner @yusufyilmazf#468
yusufyilmazf wants to merge 1 commit into
developfrom
yusufyilmazf-patch-1

Conversation

@yusufyilmazf

Copy link
Copy Markdown
Member

Pull Request

📄 Summary

Clearly describe what this PR changes and why it is necessary.
Link to any relevant issue(s) below.


🧩 Affected Module(s)

Mark the modules impacted by this PR:

  • Source Code
  • Documentation
  • CI / Infra

✏️ PR Title Format

⚠️ PR title must follow Conventional Commits format.
Only these types are allowed:

feat, fix, chore, refactor, test, docs, ci, perf, build, release, hotfix, style

✅ Examples:

feat: add onboarding screen
fix: resolve overflow error on profile page
chore: clean up unused widgets
refactor: simplify authentication bloc
test: add widget tests for login form
docs: update setup guide for Flutter environment
ci: add Flutter analyze to pipeline
perf: optimize list rendering with const widgets
build: bump Flutter SDK and dependencies
release: prepare 1.2.0 mobile release
hotfix: patch crash on app startup
style: apply dart format to lib/

✅ Checklist

Before submitting, make sure you've completed the following:

  • My branch name follows format: / (e.g., feat/login-screen)
  • My PR title starts with one of the approved types listed above
  • My Dart code is formatted (dart format . or flutter format .)
  • I ran static analysis (flutter analyze) and resolved warnings
  • I ran tests successfully (flutter test)
  • I updated / checked pubspec.yaml and pubspec.lock for dependency changes
  • For UI changes, I added screenshots and/or updated golden tests (if applicable)
  • I linked related issues using keywords like Closes feat(ecommerce): implement ResetPasswordForm component with Storybook stories #42
  • I ensured this PR has no unrelated changes
  • This PR is ready for review and does not include unfinished work

🔗 Related Issues

If this PR addresses one or more issues, link them here:

Closes #

💬 Additional Notes (Optional)

Include any test instructions, screenshots, diagrams, or context useful for reviewers.

@github-project-automation github-project-automation Bot moved this to 📥 Inbox / Ideas in hexaTune Project Jan 25, 2026
@github-actions github-actions Bot added the type:ci CI/CD workflows and automation tasks label Jan 25, 2026
@yusufyilmazf yusufyilmazf changed the base branch from main to develop January 25, 2026 17:54
@github-project-automation github-project-automation Bot moved this from 📥 Inbox / Ideas to Done in hexaTune Project Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:ci CI/CD workflows and automation tasks

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

feat(ecommerce): implement ResetPasswordForm component with Storybook stories

2 participants