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: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,21 @@ platform.
10
10
## Contributions
11
11
12
12
Contributions are welcome! You can
13
-
[look at the open issues](https://github.com/TwoFX/human-eval-lean/issues) to see
13
+
[look at the table](https://github.com/users/TwoFX/projects/2/views/1) to see
14
14
which problems do not currently have a solution.
15
15
16
16
Feel free to add your thoughts about
17
17
a problem to the corresponding issue. A rough estimation of the difficulty is already
18
18
helpful; I will add the corresponding label to the issue.
19
19
20
-
PRs contributing new solutions to both unsolved and solved problems are welcome,
21
-
as are PRs improving the code of existing solutions. Golfing is welcome as long
22
-
as the resulting code can still be considered idiomatic.
20
+
We accept
21
+
22
+
- PRs adding complete solutions to unsolved problems,
23
+
- PRs adding additional solutions to problems which are already solved,
24
+
- PRs adding partial solutions (for example just the code and the correctness statement, with the correctness proof sorried, or just developing a bit of related theory), and
25
+
- PRs improving the code of existing solutions.
26
+
27
+
Golfing is welcome as long as the resulting code can still be considered idiomatic.
23
28
24
29
We use the [Lean 4 standard library style guide and naming convention](https://github.com/leanprover/lean4/tree/master/doc/std),
0 commit comments