File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,14 @@ Feel free to add your thoughts about
1717a problem to the corresponding issue. A rough estimation of the difficulty is already
1818helpful; I will add the corresponding label to the issue.
1919
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), 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.
2328
2429We use the [ Lean 4 standard library style guide and naming convention] ( https://github.com/leanprover/lean4/tree/master/doc/std ) ,
2530but we won't be very strict about enforcing it.
You can’t perform that action at this time.
0 commit comments