Create GitHub issue templates for community feedback and repository collaboration#30
Merged
DutchmanNL merged 3 commits intomainfrom Sep 19, 2025
Merged
Create GitHub issue templates for community feedback and repository collaboration#30DutchmanNL merged 3 commits intomainfrom
DutchmanNL merged 3 commits intomainfrom
Conversation
Co-authored-by: DutchmanNL <7318445+DutchmanNL@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] issue templates
Create GitHub issue templates for community feedback and repository collaboration
Sep 19, 2025
Copilot stopped work on behalf of
DutchmanNL due to an error
September 19, 2025 00:37
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive GitHub issue templates to improve community collaboration and feedback collection for the ioBroker Copilot Instructions repository. The templates provide structured forms for feature requests, bug reports, and documentation improvements, enabling more efficient issue triage and community engagement.
Key changes:
- Added three GitHub issue templates (feature requests, bug reports, documentation/automation improvements)
- Created template configuration file with community resource links
- Extended automated test suite with 17 new test cases for template validation
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
.github/ISSUE_TEMPLATE/feature_request.yml |
Feature request template with structured form for community suggestions |
.github/ISSUE_TEMPLATE/bug_report.yml |
Comprehensive bug report template with type categorization and environment details |
.github/ISSUE_TEMPLATE/documentation_automation.yml |
Template for documentation and automation improvement suggestions |
.github/ISSUE_TEMPLATE/config.yml |
Configuration file linking to community resources and discussions |
tests/test-automated-templates.sh |
Extended test suite with GitHub issue template validation |
CHANGELOG.md |
Updated with new GitHub issue template functionality |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds comprehensive GitHub issue templates to improve community collaboration and feedback collection for the ioBroker Copilot Instructions repository.
What's Added
GitHub Issue Templates (
.github/ISSUE_TEMPLATE/):🚀 Feature Request Template - Structured form for suggesting new functionality with:
🐛 Bug Report Template - Comprehensive bug reporting with type selection covering:
📚 Documentation & Automation Improvement Template - Community-driven enhancements for:
Template Configuration - Provides easy access to community resources:
Quality Assurance
Benefits
The templates integrate seamlessly with the existing automated template update system and version management infrastructure, providing a complete feedback ecosystem for the ioBroker community.
Fixes #29.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.