Conversation
- Add comprehensive PR template with bullet-point summary format - Include checkboxes for common change types - Provide section for related issues
There was a problem hiding this comment.
Pull Request Overview
Adds a GitHub pull request template to standardize the format and content of pull requests across the repository.
- Creates a new PR template with structured sections for summary, change type selection, and issue linking
- Implements checkbox format for change type categorization to improve clarity
- Establishes consistent documentation practices for future pull requests
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| - | ||
| - | ||
| - |
There was a problem hiding this comment.
The summary section contains empty bullet points without placeholder text or guidance. Consider adding placeholder text like '- Brief description of what this PR accomplishes' to help users understand what information to provide.
| - | |
| - Brief description of what this PR accomplishes | |
| - Relevant context or background information | |
| - Any important implementation details or notes |
|
|
||
| ## Related Issues | ||
|
|
||
| Closes #(issue number) |
There was a problem hiding this comment.
[nitpick] The issue reference format could be clearer. Consider using a more explicit placeholder like 'Closes #123' or 'Fixes #123' and adding guidance about when this section should be used (e.g., 'Leave blank if no related issues').
| Closes #(issue number) | |
| <!-- Example: Closes #123 or Fixes #456. Leave blank if no related issues. --> |
Summary