Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion data/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- Naming conventions: contribute/naming.html
- Code style guideline: contribute/style.html
- Documentation style: contribute/doc.html
- Commit conventions: contribute/commit.html
- Pull Request conventions: contribute/commit.html
- Pull request review guide: contribute/pr-review.html
- Contribution statistics: mathlib_stats.html
- Tags and branches: contribute/tags_and_branches.html
2 changes: 1 addition & 1 deletion templates/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Once you're happy with your local changes, it's time to make a pull request.
This helps you get feedback as you go along, and it is much easier to review.
This is especially important for new contributors as it prevents wasted effort.

* The title and description of the PR should follow our [commit conventions](commit.html).
* The title and description of the PR should follow our [pull request 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:
Expand Down