Skip to content

Add GitHub issue templates for bug reports and feature requests#2

Merged
rajbos merged 4 commits intomainfrom
copilot/fix-5c144235-14fb-4df0-80c1-6a30ca26bf58
Sep 26, 2025
Merged

Add GitHub issue templates for bug reports and feature requests#2
rajbos merged 4 commits intomainfrom
copilot/fix-5c144235-14fb-4df0-80c1-6a30ca26bf58

Conversation

Copy link
Contributor

Copilot AI commented Sep 26, 2025

Creating GitHub issue templates for the Copilot Token Tracker VS Code extension to make it easier for users to report bugs and request features.

Plan:

  • Explore repository structure and understand the project
  • Verify build process works correctly
  • Create .github/ISSUE_TEMPLATE/ directory structure
  • Create bug report template with relevant fields for VS Code extension issues
  • Create feature request template with appropriate sections
  • Test templates by checking markdown formatting
  • Verify templates follow GitHub best practices
  • Remove package-lock.json from changeset as requested

Implementation Details:

Bug Report Template (bug_report.md):

  • Includes environment-specific fields (OS, VS Code version, extension versions)
  • Has Copilot-specific context questions (multi-machine usage, web version usage)
  • Includes sections for logs and debugging information
  • Uses GitHub issue template front matter with proper labels

Feature Request Template (feature_request.md):

  • Includes priority assessment with checkboxes
  • Has implementation considerations section for technical constraints
  • Includes use case and mockup sections
  • Considers cross-platform compatibility and extension integration

Both templates are specifically tailored to this VS Code extension context and include relevant fields that will help maintainers triage and resolve issues more effectively.

Note: The package-lock.json file has been restored to its original state and removed from this changeset as requested.

Original prompt

This section details on the original issue you should resolve

<issue_title>Create issue templates</issue_title>
<issue_description>add two issue templates to make tasks easier

  1. Template for reporting bugs
  2. template for requesting new features</issue_description>

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

Fixes #1

💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI and others added 2 commits September 26, 2025 22:25
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Copilot AI changed the title [WIP] Create issue templates Add GitHub issue templates for bug reports and feature requests Sep 26, 2025
Copilot AI requested a review from rajbos September 26, 2025 22:27
@rajbos
Copy link
Owner

rajbos commented Sep 26, 2025

@copilot remove the package lock file from the changeset. We do not touch it for this PR

Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Sep 26, 2025

@copilot remove the package lock file from the changeset. We do not touch it for this PR

The package-lock.json file has been removed from the changeset. The changeset now only contains the issue template files as intended. (commit 043c27b)

@rajbos rajbos marked this pull request as ready for review September 26, 2025 22:49
@rajbos rajbos merged commit 813b7c4 into main Sep 26, 2025
@rajbos rajbos deleted the copilot/fix-5c144235-14fb-4df0-80c1-6a30ca26bf58 branch February 19, 2026 13:25
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.

Create issue templates

2 participants

Comments