|
2 | 2 | { |
3 | 3 | "id": "0", |
4 | 4 | "prefixType": "normal", |
5 | | - "icon": "🐢", |
6 | | - "displayName": "NORMAL", |
| 5 | + "icon": "🌞", |
| 6 | + "displayName": "normal", |
7 | 7 | "htmlClassName": "normalPrefixList", |
8 | 8 | "prefix": [ |
9 | 9 | { |
10 | 10 | "id": "0", |
11 | 11 | "constant": "normal-feature", |
12 | 12 | "prefixIcon": "💕", |
13 | | - "prefixText": "FEAT", |
14 | | - "description": "新機能の追加" |
| 13 | + "prefixText": "feat", |
| 14 | + "description": "新機能の実装(TOP実装、CSS実装、大規模な修正・変更)" |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | "id": "1", |
18 | | - "constant": "normal-fix", |
19 | | - "prefixIcon": "🐝", |
20 | | - "prefixText": "FIX", |
21 | | - "description": "不具合の修正" |
| 18 | + "constant": "normal-improve", |
| 19 | + "prefixIcon": "🦄", |
| 20 | + "prefixText": "improve", |
| 21 | + "description": "リファクタリング、コード構造の変更、デザインのアップデート" |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "id": "2", |
25 | | - "constant": "normal-docs", |
26 | | - "prefixIcon": "📝", |
27 | | - "prefixText": "DOCS", |
28 | | - "description": "コードに関係ない、影響がない時" |
| 25 | + "constant": "normal-bugfix", |
| 26 | + "prefixIcon": "🐝", |
| 27 | + "prefixText": "bugFix", |
| 28 | + "description": "エラー文解決、画面がおかしいなどの不具合修正" |
29 | 29 | }, |
30 | 30 | { |
31 | 31 | "id": "3", |
32 | | - "constant": "normal-style", |
33 | | - "prefixIcon": "🎨", |
34 | | - "prefixText": "STYLE", |
35 | | - "description": "スタイルの変更" |
| 32 | + "constant": "normal-fix", |
| 33 | + "prefixIcon": "🛠️", |
| 34 | + "prefixText": "fix", |
| 35 | + "description": "誤字脱字、その他bugでないものの修正、テキストの変更" |
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "id": "4", |
| 39 | + "constant": "normal-wip", |
| 40 | + "prefixIcon": "🚧", |
| 41 | + "prefixText": "wip", |
| 42 | + "description": "ブランチ内での作業wip状態、途中保存しておきたい" |
| 43 | + }, |
| 44 | + { |
| 45 | + "id": "5", |
39 | 46 | "constant": "normal-chore", |
40 | | - "prefixIcon": "🔧", |
41 | | - "prefixText": "CHORE", |
42 | | - "description": "その他なんでも" |
| 47 | + "prefixIcon": "📂", |
| 48 | + "prefixText": "chore", |
| 49 | + "description": "その他、フォーマット、フォルダ移動等" |
43 | 50 | }, |
44 | 51 | { |
45 | 52 | "id": "5", |
46 | | - "constant": "normal-release", |
47 | | - "prefixIcon": "🚀", |
48 | | - "prefixText": "RELEASE", |
49 | | - "description": "VERSION 1.0.0" |
| 53 | + "constant": "normal-docs", |
| 54 | + "prefixIcon": "📘", |
| 55 | + "prefixText": "docs", |
| 56 | + "description": "ドキュメント関連の追加・修正" |
| 57 | + }, |
| 58 | + { |
| 59 | + "id": "6", |
| 60 | + "constant": "normal-github", |
| 61 | + "prefixIcon": "📗", |
| 62 | + "prefixText": ".github", |
| 63 | + "description": "リポジトリ関連の設定(IssueTemp, GitHubActions etc)" |
| 64 | + }, |
| 65 | + { |
| 66 | + "id": "7", |
| 67 | + "constant": "normal-package", |
| 68 | + "prefixIcon": "📦", |
| 69 | + "prefixText": "package", |
| 70 | + "description": "パッケージインストール関連" |
50 | 71 | } |
51 | 72 | ] |
52 | 73 | }, |
53 | 74 | { |
54 | 75 | "id": "1", |
55 | 76 | "prefixType": "til", |
56 | 77 | "icon": "📝", |
57 | | - "displayName": "DAILY REPORTS", |
| 78 | + "displayName": "daily reports", |
58 | 79 | "htmlClassName": "TILPrefixList", |
59 | 80 | "prefix": [ |
60 | 81 | { |
61 | 82 | "id": "0", |
62 | 83 | "constant": "til-update", |
63 | 84 | "prefixIcon": "📚", |
64 | | - "prefixText": "UPDATE", |
65 | | - "description": "DAILY REPORT 231201", |
| 85 | + "prefixText": "update", |
| 86 | + "description": "daily report 231201", |
66 | 87 | "option": "tilDateSet" |
67 | 88 | } |
68 | 89 | ] |
|
71 | 92 | "id": "2", |
72 | 93 | "prefixType": "practice", |
73 | 94 | "icon": "🏄🏻♀️", |
74 | | - "displayName": "PRACTICE PROJECT (React, Three.js)", |
| 95 | + "displayName": "practice project (React, Three.js)", |
75 | 96 | "htmlClassName": "practiceProjectPrefixList", |
76 | 97 | "prefix": [ |
77 | 98 | { |
78 | 99 | "id": "0", |
79 | 100 | "constant": "practice-learn", |
80 | 101 | "prefixIcon": "📖", |
81 | | - "prefixText": "LEARN", |
| 102 | + "prefixText": "learn", |
82 | 103 | "description": "学んだ物の名前、講座名、概要・まとめはコメントにでも" |
83 | 104 | }, |
84 | 105 | { |
85 | 106 | "id": "1", |
86 | 107 | "constant": "practice-video", |
87 | 108 | "prefixIcon": "🎥", |
88 | | - "prefixText": "WATCH", |
| 109 | + "prefixText": "watch", |
89 | 110 | "description": "1. 動画タイトル(Udemyコピペ) コメントに学んだ内容まとめ" |
90 | 111 | } |
91 | 112 | ] |
|
94 | 115 | "id": "3", |
95 | 116 | "prefixType": "paiza", |
96 | 117 | "icon": "📓", |
97 | | - "displayName": "PAIZA", |
| 118 | + "displayName": "paiza", |
98 | 119 | "htmlClassName": "paizaPrefixList", |
99 | 120 | "prefix": [ |
100 | 121 | { |
|
0 commit comments