Commit 5418ea0
authored
refactor(ci): improve issue template naming and title format (#1115)
- Rename issue templates to readable names:
- `----.md` → `translation-checkout.md`
- `---.md` → `others.md`
- Remove unused `translation-request.md` template
- Change translation checkout issue title format:
- Old: `{filepath} の翻訳`
- New: `translate: {filepath}`
- Add HTML comment to template to prevent title format changes
- Update sync-untranslated-issue.mjs to match new format1 parent 6d2d753 commit 5418ea0
File tree
4 files changed
+10
-27
lines changed- .github
- ISSUE_TEMPLATE
- scripts
4 files changed
+10
-27
lines changedThis file was deleted.
File renamed without changes.
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments