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: CONTRIBUTING.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,14 @@ All submissions, including submissions by project members, require review. We
57
57
use GitHub pull requests for this purpose. Consult [GitHub Help] for more
58
58
information on using pull requests.
59
59
60
+
Process for code reviews. Before requesting human review, a PR must:
61
+
62
+
* All tests passing
63
+
* All linting passing
64
+
* Meeting project code quality requirements, including passing all configured static analysis / SonarCloud quality gates and not reducing automated test coverage for the affected components
65
+
* The comments from the first run of automatically generated comments (AI generated comments, SonarCloud comments, bot generated comments, etc.) of the PR are addressed (addressing further re-runs of AI are optional)
66
+
* If it is not possible to resolve an automatic comment, please add a sub-comment indicating why the automated comment cannot be resolved or ask for help in resolving the comment
67
+
60
68
## Community Guidelines
61
69
62
70
This project follows a [Code of Conduct].
@@ -126,7 +134,7 @@ It's usually a good idea to test locally for the following:
126
134
127
135
#### Update docs
128
136
129
-
Docs are under [documentation/]. Refer to (the README,md)[documentation/README.md] in the folder to details about
137
+
Docs are under [documentation/](documentation/). Refer to the [README.md](documentation/README.md) in the folder for details about
0 commit comments