FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: add Issue and Pull Request templates by Copilot · Pull Request #479 · EngineSquared/EngineSquared · GitHub

chore: add Issue and Pull Request templates - #479

Merged
Miou-zora merged 2 commits into
mainfrom
copilot/add-issue-and-pr-templates
Feb 16, 2026
Merged

chore: add Issue and Pull Request templates#479
Miou-zora merged 2 commits into
mainfrom
copilot/add-issue-and-pr-templates

Conversation

Copilot AI commented Feb 16, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

Adds standardized templates to reduce incomplete issue/PR submissions and improve contributor experience.

Changes

  • Issue templates (.github/ISSUE_TEMPLATE/)

    • bug_report.md - Environment (OS, compiler, Vulkan SDK), reproduction steps, expected/actual behavior
    • feature_request.md - Problem statement, use cases, impact analysis
    • question.md - Lightweight template for general inquiries
  • Pull Request template (.github/PULL_REQUEST_TEMPLATE.md)

    • Type classification (bug fix, feature, breaking change, etc.)
    • Testing checklist with xmake/clang-format references
    • Documentation update tracking

All templates use YAML frontmatter for automatic labeling and title prefixes.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add templates for Issues and Pull Requests</issue_title>
<issue_description>## Problem
The repository lacks dedicated templates for Issues and Pull Requests, which can lead to inconsistent or incomplete reporting and submission by contributors. Having standardized templates improves clarity and speeds up the review process.

Proposal

  • Add an Issue template that guides users to provide key information when reporting bugs, requesting features, or asking questions.
  • Add a Pull Request template to ensure contributors provide context, testing steps, and any required documentation.

Tasks

  • Create a .github/ISSUE_TEMPLATE/ directory if it doesn't exist.
  • Add one or more Markdown Issue templates (e.g., bug_report.md, feature_request.md).
  • Add a PULL_REQUEST_TEMPLATE.md in .github/ (or as appropriate).
  • Ensure templates include clear sections for description, steps to reproduce, expected/actual behavior (issues), and for context, testing, and documentation (PRs).

Acceptance Criteria

  • All new Issues and Pull Requests use the new templates by default.
  • Templates are clear and help reduce back-and-forth for missing information.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Miou-zora <91665686+Miou-zora@users.noreply.github.com>
Copilot AI changed the title [WIP] Add templates for issues and pull requests Add Issue and Pull Request templates Feb 16, 2026
Copilot AI requested a review from Miou-zora February 16, 2026 12:41

Copy link
Copy Markdown

Miou-zora changed the title Add Issue and Pull Request templates chore: add Issue and Pull Request templates Feb 16, 2026
Miou-zora marked this pull request as ready for review February 16, 2026 12:51
Miou-zora merged commit 15db25a into main Feb 16, 2026
6 checks passed
Miou-zora deleted the copilot/add-issue-and-pr-templates branch February 16, 2026 12:52
Miou-zora restored the copilot/add-issue-and-pr-templates branch February 16, 2026 12:52
Miou-zora deleted the copilot/add-issue-and-pr-templates branch March 23, 2026 12:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add templates for Issues and Pull Requests

2 participants


Back | FazBrowse Home | New Git URL