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
@@ -91,10 +94,27 @@ You can contribute to the project in multiple ways:
91
94
* Add unit and functional tests
92
95
* Everything else you can think of
93
96
94
-
We prefer commit messages to be formatted using the `conventional-changelog <https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines>`_.
97
+
We enforce commit messages to be formatted using the `conventional-changelog <https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines>`_.
95
98
This leads to more readable messages that are easy to follow when looking through the project history.
96
99
97
-
Provide your patches as github pull requests. Thanks!
100
+
Please provide your patches as github pull requests. Thanks!
101
+
102
+
Code-Style
103
+
----------
104
+
105
+
We use black as code formatter, so you'll need to format your changes using the
0 commit comments