UNPKG

git-pr-ai

Version:

A tool to automatically extract JIRA ticket numbers from branch names and create GitHub/GitLab PRs

56 lines (35 loc) โ€ข 1.89 kB
<!-- AI_TEMPLATE_START: This is a structured PR description template for AI processing --> ## Summary <!-- AI_INSTRUCTION: Provide a clear, concise explanation of what changed and why. Focus on the business value and technical impact. --> [Describe the main purpose and goals of this PR] ### Key Changes <!-- AI_INSTRUCTION: List the most important changes made in this PR. Use bullet points for clarity. --> - [Change 1: Brief description] - [Change 2: Brief description] - [Change 3: Brief description] ## Type of Change <!-- AI_INSTRUCTION: Check ALL applicable boxes based on the code changes. Use [x] to mark selected items. --> - [ ] ๐Ÿ› Bug fix (non-breaking change which fixes an issue) - [ ] โœจ New feature (non-breaking change which adds functionality) - [ ] ๐Ÿ’ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] ๐Ÿ“š Documentation update - [ ] โ™ป๏ธ Refactoring (no functional changes) - [ ] ๐ŸŽจ Style/formatting changes - [ ] ๐Ÿงช Test improvements - [ ] ๐Ÿ”ง Configuration changes ## Test Plan <!-- AI_INSTRUCTION: Provide specific testing instructions. Include both manual and automated testing steps. --> ### Manual Testing - [Step 1: How to test this change] - [Step 2: Expected behavior] - [Step 3: Edge cases to verify] ## Breaking Changes <!-- AI_INSTRUCTION: If this is a breaking change, provide detailed migration instructions. If no breaking changes, write "None" --> [List any breaking changes and provide migration notes, or write "None" if not applicable] ## Checklist <!-- AI_INSTRUCTION: Check ALL completed items. Ensure all items are addressed before marking as ready for review. --> - [ ] ๐Ÿ“ Code follows the style guidelines - [ ] ๐Ÿ‘€ Self-review has been performed - [ ] ๐Ÿงช Tests have been added/updated - [ ] ๐Ÿ“– Documentation has been updated <!-- AI_TEMPLATE_END -->