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
@@ -119,7 +119,7 @@ PS: There is no need to mention you also added unit tests when adding a new
119
119
120
120
The stipulations below are based on experience, but are still evolving.
121
121
This text is mainly here to provide a starting point for discussion with collaborators.
122
-
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
+
<!-- TODO: Look into [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) and see if we want to use/adapt their specification. -->
123
123
124
124
Specifying the type of change in a commit can be useful for several reasons:
125
125
@@ -167,6 +167,7 @@ Some advantages:
167
167
We are aware of other standards like [GitMoji](https://gitmoji.dev/), but limit the number in order to avoid choice overload.
168
168
Too many options make it difficult for contributors to know all of them, makes changelogs too fragmented and leads to decision paralysis.
169
169
Moreover, we avoid emojis that typically have width issues in some terminals.
170
+
<!-- TODO: Also look into and add reference to https://github.com/ahmadawais/Emoji-Log -->
0 commit comments