diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 4e1bc8f61d04e..c2bafe3520cc7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -26,7 +26,8 @@ body: label: Reproducible Example description: > Please follow [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) on how to - provide a minimal, copy-pastable example. + provide a minimal, copy-pastable example. Reports without reproducible examples will generally be closed + until they are provided. placeholder: > import pandas as pd diff --git a/.github/ISSUE_TEMPLATE/documentation_improvement.yaml b/.github/ISSUE_TEMPLATE/documentation_improvement.yaml index b89600f8598e7..1059eaeb816ed 100644 --- a/.github/ISSUE_TEMPLATE/documentation_improvement.yaml +++ b/.github/ISSUE_TEMPLATE/documentation_improvement.yaml @@ -28,7 +28,8 @@ body: attributes: label: Documentation problem description: > - Please provide a description of what documentation you believe needs to be fixed/improved + Please provide a description of what documentation you believe needs to be fixed/improved. + Reports without a clear, actionable request will generally be closed. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 9c15218794499..32e9e42608b97 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -21,7 +21,8 @@ body: attributes: label: Problem Description description: > - Please describe what problem the feature would solve, e.g. "I wish I could use pandas to ..." + Please describe what problem the feature would solve, e.g. "I wish I could use pandas to ...". + Reports without a clear, actionable request will generally be closed. placeholder: > I wish I could use pandas to return a Series from a DataFrame when possible. validations: diff --git a/.github/ISSUE_TEMPLATE/performance_issue.yaml b/.github/ISSUE_TEMPLATE/performance_issue.yaml index 096e012f4ee0f..38839ff6d7bea 100644 --- a/.github/ISSUE_TEMPLATE/performance_issue.yaml +++ b/.github/ISSUE_TEMPLATE/performance_issue.yaml @@ -25,7 +25,9 @@ body: description: > Please provide a minimal, copy-pastable example that quantifies [slow runtime](https://docs.python.org/3/library/timeit.html) or - [memory](https://pypi.org/project/memory-profiler/) issues. + [memory](https://pypi.org/project/memory-profiler/) issues. Reports + without reproducible examples will generally be closed + until they are provided. validations: required: true - type: textarea