diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b46225968604..29d0d0dd0f22 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug report description: Report a bug. For security vulnerabilities see Report a security vulnerability in the templates. -title: "BUG: " +title: "BUG: " labels: [00 - Bug] body: @@ -35,10 +35,12 @@ body: attributes: label: "Error message:" description: > - Please include full error message, if any (starting from `Traceback: ...`). + Please include full error message, if any. If you are reporting a segfault please include a GDB traceback, which you can generate by following [these instructions](https://github.com/numpy/numpy/blob/main/doc/source/dev/development_environment.rst#debugging). + placeholder: | + << Full traceback starting from `Traceback: ...` >> render: shell - type: textarea diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 1005d3ade5b2..afff9ab5f1cd 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -1,6 +1,6 @@ name: Documentation description: Report an issue related to the NumPy documentation. -title: "DOC: " +title: "DOC: " labels: [04 - Documentation] body: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 5e2af4015a79..390c3d53bba2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: Feature request description: Check instructions for submitting your idea on the mailing list first. -title: "ENH: " +title: "ENH: " body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/post-install.yml b/.github/ISSUE_TEMPLATE/post-install.yml index 5831994d10ca..a5fa07be0279 100644 --- a/.github/ISSUE_TEMPLATE/post-install.yml +++ b/.github/ISSUE_TEMPLATE/post-install.yml @@ -1,5 +1,6 @@ name: Post-install/importing issue description: Report an issue if you have trouble importing or using NumPy after installation. +title: "" labels: [32 - Installation] body: @@ -16,10 +17,12 @@ body: attributes: label: "Error message:" description: > - Please include full error message, if any (starting from `Traceback: ...`). + Please include full error message, if any. If you are reporting a segfault please include a GDB traceback, which you can generate by following [these instructions](https://github.com/numpy/numpy/blob/main/doc/source/dev/development_environment.rst#debugging). + placeholder: | + << Full traceback starting from `Traceback: ...` >> render: shell - type: textarea diff --git a/linter_requirements.txt b/linter_requirements.txt index 6ed26c5c024b..6e0de88a2b26 100644 --- a/linter_requirements.txt +++ b/linter_requirements.txt @@ -1,2 +1,2 @@ -pycodestyle==2.8.0 +pycodestyle==2.10.0 GitPython==3.1.13 \ No newline at end of file