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
Please provide your patches as GitHub pull requests. Thanks!
116
+
117
+
Commit message guidelines
118
+
-------------------------
119
+
102
120
We enforce commit messages to be formatted using the `conventional-changelog <https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines>`_.
103
121
This leads to more readable messages that are easy to follow when looking through the project history.
104
122
105
-
Please provide your patches as github pull requests. Thanks!
106
-
107
123
Code-Style
108
124
----------
109
125
110
126
We use black as code formatter, so you'll need to format your changes using the
111
127
`black code formatter
112
-
<https://github.com/python/black>`_.
128
+
<https://github.com/python/black>`_. Pre-commit hooks will validate/format your code
129
+
when committing. You can then stage any changes ``black`` added if the commit failed.
113
130
114
-
Just run
131
+
To format your code according to our guidelines before committing, run:
0 commit comments