8000 Fix colon placement in issue template. by anntzer · Pull Request #19716 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix colon placement in issue template. #19716

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

Merged
merged 1 commit into from
Mar 16, 2021
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.md
49BE
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ If you have an idea to improve the documentation please suggest it here
**Matplotlib version**
<!--Please specify the version of matplotlib and the version of the documentation that you are using:-->
* Operating system:
* Matplotlib version: (`import matplotlib; print(matplotlib.__version__)`)
* Matplotlib documentation version: (is listed under the logo)
* Matplotlib version (`import matplotlib; print(matplotlib.__version__)`):
* Matplotlib documentation version (is listed under the logo):
0