Prompt file imported from oliviasmim/workshop-dev-ai-workflow (
.github/prompts/pr-description-guide.prompt.md). Copyright stays with the author.
PR Template Selection Guide
Based on your branch name, please select the appropriate PR template:
Branch Type to Template Mapping
- If your branch starts with
feat/→ Use the Feature PR Template - If your branch starts with
fix/→ Use the Bug Fix PR Template - If your branch starts with
chore/→ Use the Chore PR Template - If your branch starts with
refactor/→ Use the Refactor PR Template - If your branch starts with
docs/→ Use the Feature PR Template - If your branch starts with
test/→ Use the Feature PR Template
How to Select a Specific Template
When creating your PR, append ?template=TYPE.md to the URL, where TYPE is one of:
featurebugchorerefactor
Example: https://github.com/your-org/your-repo/compare/main...your-branch?template=feature.md
Reminder
Make sure your PR follows our Git Standards and includes:
- A proper title that includes the JIRA ticket ID
- All required sections filled out
- Appropriate labels
- Requested reviewers
Remember that PRs should be focused on a single feature, fix, or task to make review easier.