Skip to content

Commit 6c4d66c

Browse files
authored
Update issue templates (#47)
* Redirect installation issues to Discourse * Remove required reference to documentation on template issue * Remove required reference to discussion on feature request template * Fix automatic label on feature request template * Replace plain issue template with free form developer template
1 parent 491f93e commit 6c4d66c

File tree

6 files changed

+11
-57
lines changed

6 files changed

+11
-57
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ blank_issues_enabled: false
22
contact_links:
33
- name: PyMC Discourse
44
url: https://discourse.pymc.io/
5-
about: Ask usage questions about PyMC or PyTensor
5+
about: Ask installation usage questions about PyTensor

.github/ISSUE_TEMPLATE/developer.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Developer issue
2+
description: This template is for developers only!
3+
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
validations:
9+
required: true

.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://pytensor.readthedocs.io/en/latest/.
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: Check instructions for submitting your idea on the mailing list first.
88
title: "ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"
9-
labels: [enhancements]
9+
labels: [feature request]
1010

1111

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

.github/ISSUE_TEMPLATE/installation.yml

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

.github/ISSUE_TEMPLATE/plain.yml

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

0 commit comments

Comments
 (0)