docs(github) : Add githubissue templates for bugs, features, and docs#485
Open
ayushsri-dev wants to merge 1 commit into
Open
docs(github) : Add githubissue templates for bugs, features, and docs#485ayushsri-dev wants to merge 1 commit into
ayushsri-dev wants to merge 1 commit into
Conversation
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.
Summary
This PR adds standardized, classic Markdown issue templates under
.github/ISSUE_TEMPLATE/to streamline issue reporting, feature proposals, UI/UX feedback, and documentation fixes across the Arvio repository.By using classic
.mdtemplates instead of structured forms, contributors can report issues directly inside GitHub's standard Markdown editor with pre-populated headings, code fences, and helpful guidance comments.Changes Introduced
Added
.github/ISSUE_TEMPLATE/:bug_report.md: Pre-filled Markdown template for reproducible bug reports across Arvio platforms (Android TV/Mobile, Web, iOS, Supabase, Resolver Worker, IPTV, Player Engine). Includes version/device placeholders, a shell code block for logs, screenshot sections, and Content & Source Policy verification.feature_request.md: Structured template for functional enhancements, integrations, and subsystem improvements.documentation.md: Template for reporting documentation errors or proposing updates to READMEs and setup guides.config.yml: Configures template intake withblank_issues_enabled: trueand includes links to repository documentation and policy guidelines.Benefits
<!-- HTML guidance comments -->.playvssideload), and diagnostic logs upfront.Verification
name,about,title,labels,assignees)..github/ISSUE_TEMPLATE/directory structure andconfig.ymlsettings.Closes #484