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/core/integration/contributing_to_core.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ To measure the quality of an integration, we use the [integration quality scale]
26
26
This scale defines a set of rules that an integration should follow to be considered of a certain quality level.
27
27
The rules cover various aspects of an integration, such as documentation, testing, code quality, and more.
28
28
29
-
New integrations should at least reach the [bronze] level of the integration quality scale.
30
-
It's not required to reach a higher level right away, as that will likely only increase the scope of the pull request and make it harder to review and merge.
29
+
New integrations must reach the [bronze] level of the integration quality scale.
30
+
Don't aim to reach a higher level right away — as noted in the [Make your pull request as small as possible](#make-your-pull-request-as-small-as-possible) section, we should keep the pull request small and focused.
0 commit comments