Skip to content

Improve issue templates #6345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: Bug report
description: Report a bug. For security vulnerabilities see Report a security vulnerability in the templates.
title: "BUG: <Please write a comprehensive title after the 'BUG: ' prefix>"
labels: [defects]
labels: [bug]

body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: false
contact_links:
- name: PyMC Discourse
url: https://discourse.pymc.io/
about: Ask usage questions about PyMC/PyMC3
about: Ask installation and usage questions about PyMC/PyMC3
- name: Example notebook error report
url: https://github.com/pymc-devs/pymc-examples/issues
about: Please report errors or desired extensions to the tutorials and examples here.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/developer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Developer issue
description: This template is for developers only!

body:
- type: textarea
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ body:
referring to. You can also check the development version of the
documentation and see if this issue has already been addressed at
https://www.pymc.io/projects/docs/en/latest/api.html.
validations:
required: true

- type: textarea
attributes:
Expand Down
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: Feature request
description: Make a specific, well-motivated proposal for a feature.
title: "ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"
labels: [enhancements]
labels: [feature request]


body:
Expand All @@ -21,15 +21,6 @@ body:
Check the [Contributor Guide](https://github.com/pymc-devs/pymc/blob/main/CONTRIBUTING.md)
if you need more information.

- type: textarea
attributes:
label: "Link to a discussion"
description: >
Link to the discussion about this feature request in
[Discussions](https://github.com/pymc-devs/pymc/discussions)
validations:
required: true

- type: textarea
attributes:
label: "Before"
Expand Down
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/installation.yml

This file was deleted.