-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add comments about what is in scope for mathlib #526
base: lean4
Are you sure you want to change the base?
Conversation
|
||
## Working on mathlib | ||
|
||
If you believe that your code does belong in mathlib, you should open a PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence duplicates the first sentence in the section Making a Pull Request (PR)
and seems more fitting there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is generally a good change, so let's get this in!
I have 2 comments.
@@ -10,10 +10,23 @@ to make the process of contributing as smooth as possible. | |||
- The explanation of [naming conventions](naming.html). | |||
- The [documentation guidelines](doc.html). | |||
|
|||
Once you have code that you'd like to contribute, you should open a PR. | |||
## What to contribute to mathlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somewhere you should also say: "Discuss on Zulip whether this is a good topic to add"
Actually, a third comment: Your discussion is only relevant when adding completely new things to Mathlib, while the page is about any Mathlib contributions (including small fixes or single-lemma additions). So it should be made clear that your new section doesn't always apply (and maybe the section should be later?) |
I think it would be slightly nicer to have a link to say "here is a big list of projects which depend on mathlib, please consider joining them", but right now this is waiting on leanprover/reservoir#49 . For now, I just link to the reservoir home page.