File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -92,3 +92,18 @@ members = [
9292+ "rahulku"
9393]
9494```
95+
96+ Committee members are expected to contribute by reviewing pull requests (all
97+ pull requests review approvals from at least two committee members before they
98+ can be merged).
99+ Reviews of solutions towards challenges should consider at least the following aspects:
100+
101+ 1 . Does the pull request implement a solution that respects/meets the success
102+ criteria of the challenge?
103+ 2 . Do the contracts and harnesses incorporate the safety conditions stated in
104+ the documentation (from comments in the code and Rust book)? Note that we
105+ currently focus on safety verification. Pre- and post-conditions towards
106+ functional correctness are acceptable as long as they do not negatively
107+ impact verification of safety, such as over-constraining input values.
108+ 3 . Is the contributed code of adequate quality and idiomatic (to the best of the
109+ committee member's knowledge).
You can’t perform that action at this time.
0 commit comments