Skip to content

Commit 44c4983

Browse files
authored
Improve issue templates (#6345)
* Redirect installation issues to Discourse * Remove required reference to documentation on template issue * Remove required reference to discussion on feature request template * Fix automatic labels in issue templates * Add free form developer issue template
1 parent a899814 commit 44c4983

File tree

6 files changed

+8
-48
lines changed

6 files changed

+8
-48
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: Bug report
77
description: Report a bug. For security vulnerabilities see Report a security vulnerability in the templates.
88
title: "BUG: <Please write a comprehensive title after the 'BUG: ' prefix>"
9-
labels: [defects]
9+
labels: [bug]
1010

1111
body:
1212
- type: markdown

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ blank_issues_enabled: false
22
contact_links:
33
- name: PyMC Discourse
44
url: https://discourse.pymc.io/
5-
about: Ask usage questions about PyMC/PyMC3
5+
about: Ask installation and usage questions about PyMC/PyMC3
66
- name: Example notebook error report
77
url: https://github.com/pymc-devs/pymc-examples/issues
88
about: Please report errors or desired extensions to the tutorials and examples here.

.github/ISSUE_TEMPLATE/developer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Developer issue
2+
description: This template is for developers only!
3+
4+
body:
5+
- type: textarea

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ body:
1818
referring to. You can also check the development version of the
1919
documentation and see if this issue has already been addressed at
2020
https://www.pymc.io/projects/docs/en/latest/api.html.
21-
validations:
22-
required: true
2321
2422
- type: textarea
2523
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: Feature request
77
description: Make a specific, well-motivated proposal for a feature.
88
title: "ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"
9-
labels: [enhancements]
9+
labels: [feature request]
1010

1111

1212
body:
@@ -21,15 +21,6 @@ body:
2121
Check the [Contributor Guide](https://github.com/pymc-devs/pymc/blob/main/CONTRIBUTING.md)
2222
if you need more information.
2323
24-
- type: textarea
25-
attributes:
26-
label: "Link to a discussion"
27-
description: >
28-
Link to the discussion about this feature request in
29-
[Discussions](https://github.com/pymc-devs/pymc/discussions)
30-
validations:
31-
required: true
32-
3324
- type: textarea
3425
attributes:
3526
label: "Before"

.github/ISSUE_TEMPLATE/installation.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)