Skip to content

chore: enable blank issues and add GitHub Community Support link in issue template#1337

Merged
shm11C3 merged 1 commit into
developfrom
chore/change-issue-template
Apr 8, 2026
Merged

chore: enable blank issues and add GitHub Community Support link in issue template#1337
shm11C3 merged 1 commit into
developfrom
chore/change-issue-template

Conversation

@shm11C3

@shm11C3 shm11C3 commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Summary

This pull request updates the issue template configuration to make it easier for users to submit blank issues and access community support. The most important changes are:

Improvements to issue submission and support:

  • Enabled blank issues by setting blank_issues_enabled to true in .github/ISSUE_TEMPLATE/config.yml, allowing users to submit issues without using a template.
  • Added a "GitHub Community Support" contact link to direct users to the GitHub Community Discussions page for questions and answers.

Related Issues

Type of Change

  • Bug fix (fix/ branch)
  • New feature (feat/ branch)
  • Refactoring (refactor/ branch)
  • Documentation (docs/ branch)
  • Dependencies update
  • Other (chore/ branch)

Screenshots / Videos

Test Plan

  • Manual testing
  • Unit tests

Checklist

  • Self-reviewed the code
  • Linting and formatting pass (npm run lint && npm run format / cargo tauri-lint && cargo tauri-fmt)
  • Tests pass (npm test / cargo tauri-test)
  • No new warnings or errors

Copilot AI review requested due to automatic review settings April 8, 2026 15:25
@coderabbitai

coderabbitai Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

The GitHub issue template configuration was updated to enable blank issues and add a community support contact link, directing users to GitHub Discussions for general questions and community engagement.

Changes

Cohort / File(s) Summary
GitHub Issue Template Configuration
.github/ISSUE_TEMPLATE/config.yml
Enabled blank issues (blank_issues_enabled: true) and added a contact link to GitHub Community Support pointing to Discussions for question-and-answer interactions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Blank pages now are ready, clean and bright,
Community Support hops onto the scene,
Questions welcome on Discussions' site—
A friendlier issue template, finely seen! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description includes a clear Summary section explaining the changes and their rationale, but does not complete critical sections like Related Issues, Type of Change selection, and Checklist items. Complete the Related Issues section, select the appropriate Type of Change checkbox, and mark the Checklist items to indicate what validation steps were performed.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes: enabling blank issues and adding a GitHub Community Support link to the issue template configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/change-issue-template

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
.github/ISSUE_TEMPLATE/config.yml (1)

3-5: Consider linking to the project’s own Discussions/support channel instead of GitHub global community.
https://github.com/orgs/community/discussions may redirect users away from HardwareVisualizer-specific help flow. If this repo has Discussions enabled, use that URL to keep support contextual.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/ISSUE_TEMPLATE/config.yml around lines 3 - 5, The template currently
points the "name: GitHub Community Support" entry's url to the global community
discussions URL; update the url field to the repository-specific
Discussions/support URL (or remove/rename the entry to your repo's Discussions
page) so users are routed to HardwareVisualizer's own support channel—modify the
"name" and "url" YAML keys accordingly to reference the repo's Discussions link
if Discussions is enabled.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In @.github/ISSUE_TEMPLATE/config.yml:
- Around line 3-5: The template currently points the "name: GitHub Community
Support" entry's url to the global community discussions URL; update the url
field to the repository-specific Discussions/support URL (or remove/rename the
entry to your repo's Discussions page) so users are routed to
HardwareVisualizer's own support channel—modify the "name" and "url" YAML keys
accordingly to reference the repo's Discussions link if Discussions is enabled.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 366cfd15-6ee0-4adb-bbe7-65ad5c8d4203

📥 Commits

Reviewing files that changed from the base of the PR and between 0b8c4e6 and 3db3528.

📒 Files selected for processing (1)
  • .github/ISSUE_TEMPLATE/config.yml

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Enables opening blank issues on GitHub and adds a “GitHub Community Support” contact link to the issue template configuration to direct users to GitHub’s community discussions when needed.

Changes:

  • Set blank_issues_enabled: true to allow blank issue creation.
  • Added a “GitHub Community Support” entry under contact_links.

@shm11C3 shm11C3 merged commit 987b0d3 into develop Apr 8, 2026
6 checks passed
@shm11C3 shm11C3 deleted the chore/change-issue-template branch April 8, 2026 15:27
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.

2 participants