Back to Ruflo

GitHub Issue Templates

v2/docs/github-issues/README.md

3.6.302.2 KB
Original Source

GitHub Issue Templates

This directory contains ready-to-use GitHub issue templates for documenting fixes and features.

Available Templates

WSL ENOTEMPTY Automatic Recovery

File: wsl-enotempty-automatic-recovery.md

Purpose: Document the automatic error recovery implementation for WSL better-sqlite3 ENOTEMPTY errors

Usage:

bash
# Automated (requires gh CLI)
bash scripts/create-github-issue.sh

# Manual
1. Go to https://github.com/ruvnet/claude-flow/issues/new
2. Copy content from: docs/github-issues/wsl-enotempty-automatic-recovery.md
3. Paste into issue body
4. Add labels: enhancement, bug-fix, wsl, user-experience, v2.7.35
5. Set milestone: v2.7.35
6. Submit

Before Submitting:

  • ✅ Confirm fix works in Docker (DONE - 100% pass rate)
  • ✅ Update test results section with actual data (DONE)
  • Add screenshots if available
  • Review and customize template as needed

Test Results Summary

Docker Tests Completed ✅

TestStatusDate
Ubuntu 22.04 Clean Install✅ PASS2025-11-13
Debian 12 Cross-Distro✅ PASS2025-11-13
Corrupted Cache Recovery✅ PASS2025-11-13
Overall Success Rate100%2025-11-13

Details: See docs/DOCKER_TEST_RESULTS_v2.7.35.md


Quick Reference

Issue Creation Checklist

  • Tests passing (100%)
  • Documentation updated
  • Changelog entry prepared
  • Screenshots captured (optional)
  • Test results in template
  • Labels assigned
  • Milestone set
  • Reviewers assigned
  • enhancement - New feature or improvement
  • bug-fix - Fixes an existing issue
  • wsl - WSL-specific
  • user-experience - Improves UX
  • v2.7.35 - Version tag
  • v2.7.35 - Automatic Error Recovery Release


Last Updated: 2025-11-13 Status: Ready for GitHub issue creation ✅