Update issue templates#143
Conversation
|
|
✅ Deploy Preview for whimsical-kitsune-85066d ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary of ChangesHello, 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
Changelog
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
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.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
✅ Deploy Preview for spiffy-liger-8bab58 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
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.
| title: '' | ||
| labels: 'bug' | ||
| assignees: '' |
There was a problem hiding this comment.
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.
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>
No description provided.