8000 Merge pull request #19208 from story645/templates · matplotlib/matplotlib@0e78aca · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e78aca

Browse files
authored
Merge pull request #19208 from story645/templates
added version ask/hint to issue templates, grammar on pr bot
2 parents 92eccf1 + ad247de commit 0e78aca

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Avoid using threads, as Matplotlib is (explicitly) not thread-safe.-->
4343
**Matplotlib version**
4444
<!--Please specify your platform and versions of the relevant libraries you are using:-->
4545
* Operating system:
46-
* Matplotlib version:
46+
* Matplotlib version: (`import matplotlib; print(matplotlib.__version__)`)
4747
* Matplotlib backend (`print(matplotlib.get_backend())`):
4848
* Python version:
4949
* Jupyter version (if applicable):

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ If you have an idea to improve the documentation please suggest it here
2727
* Include a paragraph explaining [...]
2828
* Add a figure showing [...]
2929
-->
30+
31+
**Matplotlib version**
32+
<!--Please specify the version of matplotlib and the version of the documentation that you are using:-->
33+
* Operating system:
34+
* Matplotlib version: (`import matplotlib; print(matplotlib.__version__)`)
35+
* Matplotlib documentation version: (is listed under the logo)

.github/workflows/pr_welcome.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
pr-message: >+
1414
Thank you for opening your first PR into Matplotlib!
1515
16-
If you have not heard from us in a while please feel free to
16+
If you have not heard from us in a while, please feel free to
1717
ping `@matplotlib/developers` or anyone who has commented on the
1818
PR. Most of our reviewers are volunteers and sometimes
19-
things to fall through the cracks.
19+
things fall through the cracks.
2020
2121
You can also join us [on
2222
gitter](https://gitter.im/matplotlib/matplotlib) for real-time
2323
discussion.
2424
25-
For details on testing, writing docs, and our review process
25+
For details on testing, writing docs, and our review process,
2626
please see [the developer
2727
guide](https://matplotlib.org/devdocs/devel/index.html)
2828
29-
We strive to be a welcoming and open project, please follow our
29+
We strive to be a welcoming and open project. Please follow our
3030
[Code of
3131
Conduct](https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)
0