Skip to content

Conversation

@zZHorizonZz
Copy link

Fixed: #11

@maicol07 maicol07 requested a review from Copilot August 9, 2025 15:18
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 the type attribute to GitHub issue templates to enable better categorization and filtering of issues. The change addresses issue #11 by implementing proper type classification for different issue template forms.

  • Adds type: Feature to the feature request template
  • Adds type: Bug to both bug report templates (component bugs and documentation bugs)

Reviewed Changes

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

File Description
.github/ISSUE_TEMPLATE/feature.yaml Adds type attribute for feature requests
.github/ISSUE_TEMPLATE/documentation-bug.yaml Adds type attribute for documentation bugs
.github/ISSUE_TEMPLATE/bug.yaml Adds type attribute for component bugs

@@ -1,5 +1,6 @@
name: 🐛 Documentation Bug
description: Report a bug that affects Material Web documentation (https://material-web.dev/)
type: Bug
Copy link

Copilot AI Aug 9, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider using a more specific type like 'Documentation' for documentation bugs to better distinguish them from component bugs. This would enable more precise filtering and categorization of issues.

Suggested change
type: Bug
type: Documentation

Copilot uses AI. Check for mistakes.
@maicol07
Copy link
Member

maicol07 commented Aug 9, 2025

LGTM

@maicol07 maicol07 merged commit ed6631f into material-web-community:main-community Aug 9, 2025
1 check failed
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.

Update Issue templates to use template types

2 participants