地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.

updated templates to add labels

+2 -2
+1 -1
.github/ISSUE_TEMPLATE/bug_report.md
··· 2 2 name: Bug report 3 3 about: Report a bug 4 4 title: "bug: {{ TITLE }}" 5 - labels: 'Type: Bug' 5 + labels: 'Type: bug' 6 6 assignees: '' 7 7 8 8 ---
+1 -1
.github/ISSUE_TEMPLATE/feature_request.md
··· 2 2 name: Feature request 3 3 about: Suggest an idea for this project 4 4 title: "feat: {{ TITLE }} " 5 - labels: '' 5 + labels: 'Type: enhancement' 6 6 assignees: '' 7 7 8 8 ---