Files
claude-task-master/.github/PULL_REQUEST_TEMPLATE/bugfix.md
Ralph Khreish b46bb87647 feat: add pull request templates for bug fixes, features, and integrations
- Introduced a comprehensive pull request template structure to streamline contributions.
- Added specific templates for bug fixes, new features, and integrations to enhance clarity and consistency in PR submissions.
- Configured the pull request template settings for better user guidance during the contribution process.
2025-07-24 16:41:56 +03:00

697 B

🐛 Bug Fix

🔍 Bug Description

Solution

How to Test

Steps that caused the bug:

Before fix: After fix:

Quick verification:

# Commands to verify the fix

Contributor Checklist

  • Created changeset: npm run changeset
  • Tests pass: npm test
  • Format check passes: npm run format-check
  • Addressed CodeRabbit comments
  • Added unit tests (if applicable)
  • Manually verified the fix works

For Maintainers

  • Root cause identified
  • Fix doesn't introduce new issues
  • CI passes