Skip to content

Comments

config(github): add issue and pr templates#13

Merged
shouze merged 1 commit intomainfrom
config-github-add-issue-and-pr-templates
Feb 21, 2026
Merged

config(github): add issue and pr templates#13
shouze merged 1 commit intomainfrom
config-github-add-issue-and-pr-templates

Conversation

@shouze
Copy link
Contributor

@shouze shouze commented Feb 21, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 21, 2026 10:52
@shouze shouze self-assigned this Feb 21, 2026
@github-actions
Copy link

Coverage after merging config-github-add-issue-and-pr-templates into main will be

97.45%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   aggregate.ts100%100%100%100%
   api.ts100%100%100%100%
   group.ts100%100%100%100%
   output.ts98.91%100%94.74%99.39%45
   render.ts97.20%100%100%97.14%142–145
   upgrade.ts77.01%100%88.89%75.64%128, 130–132, 79–93
src/render
   filter.ts100%100%100%100%
   highlight.ts99.29%100%100%99.01%184–185
   rows.ts100%100%100%100%
   selection.ts100%100%100%100%
   summary.ts100%100%100%100%

@shouze shouze changed the title config(github-: add issue and pr templates config(github): add issue and pr templates Feb 21, 2026
@shouze shouze force-pushed the config-github-add-issue-and-pr-templates branch from c549748 to 1b2cf64 Compare February 21, 2026 10:53
@github-actions
Copy link

Coverage after merging config-github-add-issue-and-pr-templates into main will be

97.45%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   aggregate.ts100%100%100%100%
   api.ts100%100%100%100%
   group.ts100%100%100%100%
   output.ts98.91%100%94.74%99.39%45
   render.ts97.20%100%100%97.14%142–145
   upgrade.ts77.01%100%88.89%75.64%128, 130–132, 79–93
src/render
   filter.ts100%100%100%100%
   highlight.ts99.29%100%100%99.01%184–185
   rows.ts100%100%100%100%
   selection.ts100%100%100%100%
   summary.ts100%100%100%100%

@shouze shouze merged commit f0ba084 into main Feb 21, 2026
4 checks passed
@shouze shouze deleted the config-github-add-issue-and-pr-templates branch February 21, 2026 10:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds GitHub issue and pull request templates to standardize contributions. The templates provide structured forms for bug reports, feature requests, and pull requests, making it easier for contributors to provide necessary information and for maintainers to triage issues effectively.

Changes:

  • Added pull request template with two key questions about the PR's purpose and verification
  • Added issue template configuration allowing blank issues
  • Added bug report template with structured fields for version, reproduction steps, expected vs actual behavior
  • Added feature request template with fields for problem statement, proposed solution, and alternatives

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.github/pull_request_template.md Simple PR template asking what the PR does and how the code was verified
.github/ISSUE_TEMPLATE/config.yml Configuration file enabling blank issues alongside structured templates
.github/ISSUE_TEMPLATE/2-bug-report.yml Structured bug report form with fields for version, reproduction steps, expected/actual behavior, and additional context
.github/ISSUE_TEMPLATE/1-feature-request.yml Feature request form asking for problem statement, proposed solution, and alternatives considered

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- type: textarea
attributes:
label: What steps can reproduce the bug?
description: Explain the bug and provide a code snippet that can reproduce it.
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description asks users to "provide a code snippet that can reproduce it", but since github-code-search is a CLI tool rather than a library, this phrasing might be confusing. Consider changing this to "provide the exact command and steps that reproduce the bug" to better align with the CLI nature of the tool and match the guidance in CONTRIBUTING.md (lines 99-100) which asks for "The exact command you ran".

Suggested change
description: Explain the bug and provide a code snippet that can reproduce it.
description: Explain the bug and provide the exact command and steps that reproduce it.

Copilot uses AI. Check for mistakes.
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.

1 participant