From ad247de83602dfc9e2ef9aa0335eda92f728f74a Mon Sep 17 00:00:00 2001 From: hannah Date: Thu, 31 Dec 2020 01:14:53 -0500 Subject: [PATCH] added version info to PR templates, grammar on pr bot --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation.md | 6 ++++++ .github/workflows/pr_welcome.yml | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dbd568cba01b..35bac8fca9be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -43,7 +43,7 @@ Avoid using threads, as Matplotlib is (explicitly) not thread-safe.--> **Matplotlib version** * Operating system: - * Matplotlib version: + * Matplotlib version: (`import matplotlib; print(matplotlib.__version__)`) * Matplotlib backend (`print(matplotlib.get_backend())`): * Python version: * Jupyter version (if applicable): diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index ae5a0f341950..c0857f636db6 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -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** + + * Operating system: + * Matplotlib version: (`import matplotlib; print(matplotlib.__version__)`) + * Matplotlib documentation version: (is listed under the logo) \ No newline at end of file diff --git a/.github/workflows/pr_welcome.yml b/.github/workflows/pr_welcome.yml index e35e20d92a85..349b43f8169d 100644 --- a/.github/workflows/pr_welcome.yml +++ b/.github/workflows/pr_welcome.yml @@ -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).