docs: Simplify issue templates #91
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Simplify GitHub issue templates to reduce complexity while maintaining important context for Co-Pilot
Changes Made
Simplify bug_report.yml - reduce from 9 to 3 required fields
Simplify feature_request.yml - reduce from 5 to 1 required field
Fixed trailing whitespace in YAML files (pre-commit check)
Summary
Bug Report: Reduced from 9 required fields to 3 required fields (What happened?, Steps to Reproduce, Terraform Configuration)
Feature Request: Reduced from 5 required fields to 1 required field (What would you like to see?)
Both templates now have clearer, more concise prompts with helpful placeholders that guide users to provide essential information without overwhelming them with numerous fields.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.