Skip to content

Commit c31cb9a

Browse files
authored
Readme: partial solutions are welcome (#184)
* Readme: partial solutions are welcome * more
1 parent 7fe45c5 commit c31cb9a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ Feel free to add your thoughts about
1717
a problem to the corresponding issue. A rough estimation of the difficulty is already
1818
helpful; 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, 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.
2328

2429
We use the [Lean 4 standard library style guide and naming convention](https://github.com/leanprover/lean4/tree/master/doc/std),
2530
but we won't be very strict about enforcing it.

0 commit comments

Comments
 (0)