Skip to content

Update issue templates#143

Merged
DavidKRK merged 6 commits into
gh-pagesfrom
DavidKRK-patch-15
Apr 4, 2026
Merged

Update issue templates#143
DavidKRK merged 6 commits into
gh-pagesfrom
DavidKRK-patch-15

Conversation

@DavidKRK
Copy link
Copy Markdown
Owner

No description provided.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 17, 2026

Deploy Preview for whimsical-kitsune-85066d ready!

Name Link
🔨 Latest commit a4748b7
🔍 Latest deploy log https://app.netlify.com/projects/whimsical-kitsune-85066d/deploys/69d0987639f76500087a40ce
😎 Deploy Preview https://deploy-preview-143--whimsical-kitsune-85066d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request enhances the repository's issue management by introducing a dedicated template for bug reports and refining the existing feature request template. The changes aim to provide clearer guidelines for contributors when reporting issues and suggesting new features, thereby improving the efficiency of issue triage and assignment.

Highlights

  • New Bug Report Template: A new issue template for bug reports has been added, providing a structured format for users to submit bug details, reproduction steps, expected behavior, and system information.
  • Feature Request Template Update: The existing feature request issue template has been modified to streamline the assignee list, removing 'Claude' and 'Codex' and leaving only 'DavidKRK' as the default assignee.
Changelog
  • .github/ISSUE_TEMPLATE/bug_report.md
    • Added a new bug report issue template.
  • .github/ISSUE_TEMPLATE/feature_request.md
    • Removed 'Claude' and 'Codex' from the default assignees list.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a new bug report issue template and updates the assignees for the feature request template. My review includes a suggestion to add a default label to the new bug report template to improve issue organization and triaging.

Comment thread .github/ISSUE_TEMPLATE/bug_report.md Outdated
@DavidKRK DavidKRK requested a review from Copilot April 4, 2026 04:43
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 4, 2026

Deploy Preview for spiffy-liger-8bab58 ready!

Name Link
🔨 Latest commit a4748b7
🔍 Latest deploy log https://app.netlify.com/projects/spiffy-liger-8bab58/deploys/69d09876ec17470008bd796f
😎 Deploy Preview https://deploy-preview-143--spiffy-liger-8bab58.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

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

Updates GitHub issue templates to adjust default assignees and add a bug report template.

Changes:

  • Restricts the feature request template to a single default assignee.
  • Adds a new bug report issue template with standard reproduction/environment sections.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
.github/ISSUE_TEMPLATE/feature_request.md Updates default assignees for feature requests.
.github/ISSUE_TEMPLATE/bug_report.md Introduces a bug report template (front matter + reporting checklist).

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

Comment thread .github/ISSUE_TEMPLATE/bug_report.md Outdated
Comment on lines +4 to +6
title: ''
labels: 'bug'
assignees: ''
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

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

labels is currently set to an empty string in the front matter, so bug issues created from this template won't be auto-labeled. Set this to the intended label (e.g., bug) or remove the field if you don't want automatic labeling.

Copilot uses AI. Check for mistakes.
Comment thread .github/ISSUE_TEMPLATE/bug_report.md Outdated
Comment thread .github/ISSUE_TEMPLATE/bug_report.md Outdated
Comment thread .github/ISSUE_TEMPLATE/bug_report.md Outdated
DavidKRK and others added 4 commits April 4, 2026 06:45
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@DavidKRK DavidKRK merged commit ee64904 into gh-pages Apr 4, 2026
17 checks passed
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.

5 participants