8000 added version ask/hint to issue templates, grammar on pr bot by story645 · Pull Request #19208 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

added version ask/hint to issue templates, grammar on pr bot #19208

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
Jan 1, 2021
Merged
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 .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Avoid using threads, as Matplotlib is (explicitly) not thread-safe.-->
**Matplotlib version**
<!--Please specify your platform and versions of the relevant libraries you are using:-->
* Operating system:
* Matplotlib version:
* Matplotlib version: (`import matplotlib; print(matplotlib.__version__)`)
* Matplotlib backend (`print(matplotlib.get_backend())`):
* Python version:
* Jupyter version (if applicable):
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ If you have an idea to improve the documentation please suggest it here
* Include a paragraph explaining [...]
* Add a figure showing [...]
-->

**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)
8 changes: 4 additions & 4 deletions .github/workflows/pr_welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
pr-message: >+
Thank you for opening your first PR into Matplotlib!

If you have not heard from us in a while please feel free to
If you have not heard from us in a while, please feel free to
ping `@matplotlib/developers` or anyone who has commented on the
PR. Most of our reviewers are volunteers and sometimes
things to fall through the cracks.
things fall through the cracks.

You can also join us [on
gitter](https://gitter.im/matplotlib/matplotlib) for real-time
discussion.

For details on testing, writing docs, and our review process
For details on testing, writing docs, and our review process,
please see [the developer
guide](https://matplotlib.org/devdocs/devel/index.html)

We strive to be a welcoming and open project, please follow our
We strive to be a welcoming and open project. Please follow our
[Code of
Conduct](https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md).
0