tangled
alpha
login
or
join now
brookjeynes.dev
/
jido
7
fork
atom
地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.
7
fork
atom
overview
issues
pulls
pipelines
updated templates to add labels
brookjeynes.dev
2 years ago
f84cc7a8
5d267c73
+2
-2
2 changed files
expand all
collapse all
unified
split
.github
ISSUE_TEMPLATE
bug_report.md
feature_request.md
+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
5
-
labels: 'Type: Bug'
5
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
5
-
labels: ''
5
5
+
labels: 'Type: enhancement'
6
6
assignees: ''
7
7
8
8
---