Description
"It doesn't work" is not a helpful bug report. We need to force users/contributors to provide the environment details and exact steps to reproduce the issue.
Acceptance Criteria
Technical Details
- Using
.yml forms instead of raw .md files forces required fields, preventing half-empty issue submissions.
Description
"It doesn't work" is not a helpful bug report. We need to force users/contributors to provide the environment details and exact steps to reproduce the issue.
Acceptance Criteria
.github/ISSUE_TEMPLATE/directory.bug_report.yml(using GitHub Issue Forms) requiring fields for: OS, Browser, Wallet Version, Steps to Reproduce, and Expected Behavior.feature_request.ymlrequiring fields for: Problem Description, Proposed Solution, and Alternatives Considered.Technical Details
.ymlforms instead of raw.mdfiles forces required fields, preventing half-empty issue submissions.