Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates/contribute/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ However, anyone can add/remove the labels below by writing the following command
- `easy` will add the **"easy"** label
- `-easy` will remove the **"easy"** label
- `help-wanted`, `-help-wanted`, `please-adopt`, `-please-adopt` can be used to mark a PR in need of external input.
- `LLM-generated`, `-LLM-generated` should be used to mark a PR containing a substantial amount of LLM-generated code. (Remember that if you used AI, you must explain the specifics in the PR description.)
- The labels for use by contributors upstreaming work from the downstream projects **brownian**, **carleson**, **CFT**, **FLT**, **infinity-cosmos**, **sphere-packing** and **toric** can be added and removed in the same way.
- Any topic label of the form `t-*` (e.g. `t-topology`), as well as the labels `CI` and `IMO`, can also be added and removed in the same way. PRs are auto-labeled based on their contents, but sometimes the auto-labeling is incorrect or incomplete so this lets you manually override it. See [available topic labels](https://github.com/leanprover-community/mathlib4/labels?q=t-).

Expand Down
Loading