X Tutup
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: 2 additions & 0 deletions doc/devel/development_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ Open a pull request

When you are ready to ask for someone to review your code and consider a merge,
`submit your Pull Request (PR) <https://docs.github.com/pull-requests>`_.
Matplotlib generally prefers squash merging when integrating pull requests.
Squash merging combines all commits from a pull request into a single commit in the main branch, helping keep the project history clean and easy to follow.

Go to the web page of *your fork* of the Matplotlib repo, and click
``Compare & pull request`` to send your changes to the maintainers for review.
Expand Down
2 changes: 2 additions & 0 deletions galleries/examples/misc/font_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
This example shows how the font tables relate to one another.
"""

# sphinx_gallery_thumbnail_number = -1

import os

import matplotlib
Expand Down
Loading
X Tutup