Skip to content

bug issue template added#180

Open
Jbhawal wants to merge 1 commit intoDhanushNehru:mainfrom
Jbhawal:feat/bug-issue-template
Open

bug issue template added#180
Jbhawal wants to merge 1 commit intoDhanushNehru:mainfrom
Jbhawal:feat/bug-issue-template

Conversation

@Jbhawal
Copy link

@Jbhawal Jbhawal commented Oct 21, 2025

closes #179

Bug issue reporting template has been added.

@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for calculator-dhanushnehru ready!

Name Link
🔨 Latest commit 656c27f
🔍 Latest deploy log https://app.netlify.com/projects/calculator-dhanushnehru/deploys/68f79761aba2460008e82aba
😎 Deploy Preview https://deploy-preview-180--calculator-dhanushnehru.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.

@DhanushNehru DhanushNehru requested a review from Copilot October 22, 2025 17:06
Copy link
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

This PR adds a bug report issue template to the GitHub repository to standardize bug reporting. The template uses GitHub's YAML-based issue forms to collect structured information from users when they report bugs.

  • Adds a YAML configuration file to enable custom issue templates
  • Creates a comprehensive bug report template with multiple fields including title, description, reproduction steps, expected/actual behavior, environment details, screenshots/logs, and additional notes

Reviewed Changes

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

File Description
.github/ISSUE_TEMPLATE/config.yml Enables blank issues alongside the new template
.github/ISSUE_TEMPLATE/bug_report.yml Defines the structured bug report form with validation and required fields

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +8 to +16
- type: input
id: title
attributes:
label: Title
description: A short, descriptive title for the bug.
placeholder: "Feature not loading on dashboard"
validations:
required: true

Copy link

Copilot AI Oct 22, 2025

Choose a reason for hiding this comment

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

The 'Title' input field is redundant since GitHub issue forms already require users to provide a title at the top of the form. This field duplicates that functionality and will confuse users. Consider removing this field entirely.

Suggested change
- type: input
id: title
attributes:
label: Title
description: A short, descriptive title for the bug.
placeholder: "Feature not loading on dashboard"
validations:
required: true

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.

Feat: create a bug issue report template

2 participants