Skip to content

Commit

Permalink
Remove default issue & PR titles (pydata#6242)
Browse files Browse the repository at this point in the history
I would vote to use labels rather than strings here -- it clusters the names

(but no strong view, feel free to close if ppl disagree)
  • Loading branch information
max-sixty authored Feb 5, 2022
1 parent 597a00c commit 73d0b53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Bug Report
description: File a bug report to help us improve
title: '[Bug]: '
labels: [bug, 'needs triage']
assignees: []
labels: [bug, "needs triage"]
body:
- type: textarea
id: what-happened
Expand Down Expand Up @@ -54,8 +52,8 @@ body:
- type: textarea
id: show-versions
attributes:
label: Environment
description: |
Paste the output of `xr.show_versions()` here
label: Environment
description: |
Paste the output of `xr.show_versions()` here
validations:
required: true
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/newfeature.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Feature Request
description: Suggest an idea for xarray
title: '[FEATURE]: '
labels: [enhancement]
assignees: []
body:
- type: textarea
id: description
Expand Down

0 comments on commit 73d0b53

Please sign in to comment.