Feat/ Enhance Issue Templates#333
Merged
kevin-mindverse merged 5 commits intomasterfrom May 8, 2025
Merged
Conversation
yingapple
approved these changes
May 8, 2025
keitheis
pushed a commit
to keitheis/Second-Me
that referenced
this pull request
May 10, 2025
* feat: add new issue template * new version template * new category * fix link * optimize description
Cybercricetus
pushed a commit
to Cybercricetus/Second-Me
that referenced
this pull request
May 29, 2025
* feat: add new issue template * new version template * new category * fix link * optimize description
EOMZON
pushed a commit
to EOMZON/Second-Me
that referenced
this pull request
Feb 1, 2026
* feat: add new issue template * new version template * new category * fix link * optimize description
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 introduces several improvements to our GitHub issue templates (bug-report.yml and feature-request.yml) to streamline the issue submission process and gather more comprehensive information upfront.
Bug Report Template (.github/ISSUE_TEMPLATE/bug-report.yml)
The bug-report.yml template has been significantly updated to help users provide more structured and detailed information:
commit id,release tag, or specify if they are on thelatest master.id: description) has been refined. It now prompts users to:log/backend.logfor backend-related issues.Rationale for bug-report.yml changes:
These modifications aim to reduce back-and-forth communication by ensuring that crucial details are provided when a bug is first reported. This will help developers diagnose and address issues more efficiently.
Feature Request Template (.github/ISSUE_TEMPLATE/feature-request.yml)
A minor but important update has been made to the feature-request.yml template:
Overall Goal:
The enhancements in this PR are designed to improve the quality of issue reports and feature requests, making the development and issue-tracking process smoother for both the community and the maintainers.