Skip to content

Add GitHub issue templates with YAML forms#81

Merged
Malcolmnixon merged 2 commits intomainfrom
copilot/create-issue-templates
Dec 16, 2025
Merged

Add GitHub issue templates with YAML forms#81
Malcolmnixon merged 2 commits intomainfrom
copilot/create-issue-templates

Conversation

Copy link
Contributor

Copilot AI commented Dec 16, 2025

Implements structured YAML-based issue templates to enforce consistent bug reports and feature requests, with blank issues disabled.

Changes

  • .github/ISSUE_TEMPLATE/config.yml - Disables blank issues, adds contact links for Discussions and Security Advisories
  • .github/ISSUE_TEMPLATE/bug_report.yml - Bug report form with required fields (description, expected/actual behavior, repro steps), version dropdowns (.NET, OS), and C# code sample support
  • .github/ISSUE_TEMPLATE/feature_request.yml - Feature request form with required fields (summary, problem, solution, use case), categorization dropdowns, and contribution intent selector

All templates use GitHub's form schema with validation to ensure complete submissions.

Original prompt

This section details on the original issue you should resolve

<issue_title>Issue templates should be created</issue_title>
<issue_description>Issue templates should be created for bug reports and feature requests.

These should be structured YAML based forms to validate the submissions.

The templates should be configured to disable blank issues and enforce template usage, and appropriate contact links placed for discussions and security advisories.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Create issue templates for bug reports and feature requests Add GitHub issue templates with YAML forms Dec 16, 2025
Copilot AI requested a review from Malcolmnixon December 16, 2025 15:27
@Malcolmnixon Malcolmnixon marked this pull request as ready for review December 16, 2025 15:28
@Malcolmnixon Malcolmnixon merged commit 6be3020 into main Dec 16, 2025
8 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/create-issue-templates branch December 16, 2025 15:31
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.

Issue templates should be created

2 participants