fix: resolve #17 issue form validation errors - #18
Merged
Conversation
- Resolve issue form validation errors by replacing organization-specific issue types with repository labels - Add repository labels to issue forms - Improve form wording and placeholders - Add stable field IDs - Add config.yml with a Discord contact link - Disable blank issues - Rename templates with numeric prefixes for consistent ordering
indpriyanshuraj
commented
Aug 4, 2026
indpriyanshuraj
left a comment
Contributor
Author
There was a problem hiding this comment.
Review for config.yml
| contact_links: | ||
| - name: 💬 Playback Discord Server | ||
| about: Join the community to ask questions, discuss ideas, or get support related to Playback. | ||
| url: https://discord.gg/mUhRUD8AM No newline at end of file |
Contributor
Author
There was a problem hiding this comment.
URL is taken from README.md
wo55555
approved these changes
Aug 5, 2026
wo55555
left a comment
Owner
There was a problem hiding this comment.
Reviewed. The issue form schema fix is correct; the remaining formatting cleanup will be applied directly to main after this PR is merged.
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.
fix: resolve issue form validation errors
This PR fixes the GitHub Issue Forms validation error and improves the existing templates with small, non-breaking usability enhancements.
Files changed
Issue Forms
Note
Numeric prefixes are used to keep the templates displayed in a consistent order within GitHub's issue chooser.
config.yml(new)1-bug_report.yml(renamed frombug_report.yml)2-feature_request.yml(renamed fromfeature_request.yml)Highlights
🐛 Bug Report
typekey by using repository labels.✨ Feature Request
typekey by using repository labels.⚙️ Configuration
config.yml.Important