Conversation
There was a problem hiding this comment.
Pull request overview
Adds GitHub contribution templates to standardize incoming bug reports, enhancement requests, and pull requests for the Carousel Kit repository (per #80).
Changes:
- Added a repository-wide pull request template.
- Added issue form templates for bug reports and enhancements, plus issue template chooser config.
- Added a security contact link in the issue template chooser.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
.github/pull_request_template.md |
Introduces a structured PR template (summary/type/issues/testing/checklist). |
.github/ISSUE_TEMPLATE/config.yml |
Configures the issue template chooser and adds a security contact link. |
.github/ISSUE_TEMPLATE/1-bug_report.yml |
Adds a bug report issue form with reproduction and environment prompts. |
.github/ISSUE_TEMPLATE/2-enhancement.yml |
Adds an enhancement request issue form. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Closes # | ||
| Relates to # | ||
|
|
||
| ## What changed | ||
|
|
||
| - | ||
| - | ||
| - |
There was a problem hiding this comment.
In the PR template, the placeholders Closes # / Relates to # and the three empty list items (-) will render as incomplete references / empty bullets. Consider replacing them with explicit placeholders/instructions (e.g., Closes #<issue-number> and - <change summary>), or remove the empty bullets entirely to avoid odd Markdown rendering.
| Closes # | |
| Relates to # | |
| ## What changed | |
| - | |
| - | |
| - | |
| Closes #<issue-number> | |
| Relates to #<issue-number> (if applicable) | |
| ## What changed | |
| - <change summary 1> | |
| - <change summary 2> | |
| - <change summary 3> |
| @@ -0,0 +1,6 @@ | |||
| blank_issues_enabled: true | |||
There was a problem hiding this comment.
blank_issues_enabled is set to true, which allows opening unstructured issues and can undermine the goal of standardized reporting mentioned in #80. If the intent is to route contributors through the templates, consider setting this to false.
| blank_issues_enabled: true | |
| blank_issues_enabled: false |
Summary
Add Issue and PR templates.
Type of change
Related issue(s)
Closes #80
What changed
Testing
Describe how this was tested.
Test details:
Screenshots / recordings
If applicable, add screenshots or short recordings.
Checklist