Skip to content
Open
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
11 changes: 0 additions & 11 deletions templates/contribute/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,6 @@ Once you're happy with your local changes, it's time to make a pull request.

* The title and description of the PR should follow our [commit conventions](commit.html).

* If you are moving or deleting declarations, please include these lines at the bottom of the commit message
(that is, before the `---`) using the following format:

Moves:
- Vector.* -> Mathlib.Vector.*
- ...

Deletions:
- Nat.bit1_add_bit1
- ...

Any other comments you want to keep out of the PR commit should go
below the `---`.

Expand Down
Loading