You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ PS: There is no need to mention you also added unit tests when adding a new
118
118
119
119
The stipulations below are based on experience, but are still evolving.
120
120
This text is mainly here to provide a starting point for discussion with collaborators.
121
-
TODO: Look into [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) and see if we want to use/adapt their specification.
121
+
<!-- TODO: Look into [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) and see if we want to use/adapt their specification. -->
122
122
123
123
Specifying the type of change in a commit can be useful for several reasons:
124
124
@@ -166,6 +166,7 @@ Some advantages:
166
166
We are aware of other standards like [GitMoji](https://gitmoji.dev/), but limit the number in order to avoid choice overload.
167
167
Too many options make it difficult for contributors to know all of them, makes changelogs too fragmented and leads to decision paralysis.
168
168
Moreover, we avoid emojis that typically have width issues in some terminals.
169
+
<!-- TODO: Also look into and add reference to https://github.com/ahmadawais/Emoji-Log -->
0 commit comments