Skip to content

Commit f1c86d9

Browse files
committed
📝 docs: move comments to doc ones
1 parent 57dc1ae commit f1c86d9

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

src/popups/conventional_commit.rs

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -52,101 +52,101 @@ enum CommitType {
5252

5353
#[derive(Clone)]
5454
enum MoreInfoCommit {
55-
// 🎨
55+
/// 🎨
5656
CodeStyle,
57-
// 💅
57+
/// 💅
5858
Formatted,
59-
// ⚡️
59+
/// ⚡️
6060
Performance,
61-
// 🐛
61+
/// 🐛
6262
Bug,
63-
// 🚑️
63+
/// 🚑️
6464
CriticalBug,
65-
// ✨
65+
///
6666
Feature,
67-
// 📝
67+
/// 📝
6868
Documentation,
69-
// 💄
69+
/// 💄
7070
UI,
71-
// 🎉
71+
/// 🎉
7272
Initial,
73-
// ✅
73+
///
7474
TestsPassing,
75-
// ➕
75+
///
7676
Add,
77-
// ➖
77+
///
7878
Remove,
79-
// 🔒️
79+
/// 🔒️
8080
Security,
81-
// 🔖
81+
/// 🔖
8282
Release,
83-
// ⚠️
83+
/// ⚠️
8484
Warning,
85-
// 🚧
85+
/// 🚧
8686
Wip,
87-
// ⬇️
87+
/// ⬇️
8888
Down,
89-
// ⬆️
89+
/// ⬆️
9090
Up,
91-
// 👷
91+
/// 👷
9292
CI,
93-
// ♻️
93+
/// ♻️
9494
Refactor,
95-
// 📈
95+
/// 📈
9696
TrackCode,
97-
// ✏️
97+
/// ✏️
9898
Typo,
99-
// 🌐
99+
/// 🌐
100100
Internationalization,
101-
// ⏪️
101+
/// ⏪️
102102
Revert,
103-
// 📦️
103+
/// 📦️
104104
Package,
105-
// 👽️
105+
/// 👽️
106106
ExternalDependencyChange,
107-
// 🚚
107+
/// 🚚
108108
RenameResources,
109-
// ♿️
109+
/// ♿️
110110
Accessibility,
111-
// 📜
111+
/// 📜
112112
Readme,
113-
// ⚖️
113+
/// ⚖️
114114
License,
115-
// 💬
115+
/// 💬
116116
TextLiteral,
117-
// ⛃
117+
///
118118
DatabaseRelated,
119-
// 🔊
119+
/// 🔊
120120
AddLogs,
121-
// 🔇
121+
/// 🔇
122122
RemoveLogs,
123-
// 🚸
123+
/// 🚸
124124
ImproveExperience,
125-
// 🏗️
125+
/// 🏗️
126126
ArchitecturalChanges,
127-
// 🤡
127+
/// 🤡
128128
WrittingReallyBadCode,
129-
// 🙈
129+
/// 🙈
130130
GitIgnore,
131-
// ⚗️
131+
/// ⚗️
132132
Experimentations,
133-
// 🚩
133+
/// 🚩
134134
Flag,
135-
// 🗑️
135+
/// 🗑️
136136
Trash,
137-
// 🛂
137+
/// 🛂
138138
Authorization,
139-
// 🩹
139+
/// 🩹
140140
QuickFix,
141-
// ⚰️
141+
/// ⚰️
142142
RemoveDeadCode,
143-
// 👔
143+
/// 👔
144144
Business,
145-
// 🩺
145+
/// 🩺
146146
HealthCheck,
147-
// 🧱
147+
/// 🧱
148148
Infra,
149-
// 🦺
149+
/// 🦺
150150
Validation,
151151
}
152152

0 commit comments

Comments
 (0)