Skip to content

Fix GitHub issue template validation errors#327

Open
Muneer320 wants to merge 5 commits intobrisbanesocialchess:mainfrom
Muneer320:main
Open

Fix GitHub issue template validation errors#327
Muneer320 wants to merge 5 commits intobrisbanesocialchess:mainfrom
Muneer320:main

Conversation

@Muneer320
Copy link

Description

Fixes #320

This PR resolves validation errors in all three GitHub issue templates that were preventing them from working correctly.

Changes Made

  • Fixed 01_bug_report.yml: Replaced invalid about key with description
  • Fixed 02_feature_request.yml: Replaced invalid about key with description
  • Fixed 03_documentation.yml: Replaced invalid about key with description

Testing

All three templates now pass GitHub's validation requirements:

  • ✅ Uses permitted keys only
  • ✅ Contains required non-markdown fields
  • ✅ Templates display correctly in the issue creation UI

Impact

  • Bug reports, feature requests, and documentation improvement requests can now be submitted using the proper forms
  • All form fields are now properly validated and functional

@Muneer320 Muneer320 requested a review from jbampton as a code owner October 3, 2025 13:37
@jbampton jbampton added this to Chess Oct 3, 2025
@jbampton jbampton moved this to In Progress in Chess Oct 3, 2025
@jbampton jbampton added help wanted Extra attention is needed yaml labels Oct 3, 2025
@jbampton jbampton added this to the Organization Hacktoberfest milestone Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github-actions help wanted Extra attention is needed yaml

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Bug in issue templates

2 participants