Skip to content

Commit 5751d5b

Browse files
authored
Fine tune issue templates (#8)
* Use type key for "Issue Type" * Remove PR template (yaml)
1 parent ad19152 commit 5751d5b

4 files changed

Lines changed: 6 additions & 49 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Bug Report
22
description: Report a reproducible bug or unexpected behavior.
33
labels: [bug]
44
assignees: [tomschr]
5+
type: bug
56

67
body:
78
- type: markdown
@@ -92,4 +93,4 @@ body:
9293
- Environment variables:
9394
- Installed packages:
9495
validations:
95-
required: false
96+
required: false

.github/ISSUE_TEMPLATE/docs-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Documentation Update
22
description: Propose improvements or corrections to the documentation.
33
labels: [documentation]
4+
type: task
5+
6+
47
body:
58
- type: markdown
69
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Feature Request
22
description: Suggest an idea or request a new feature.
33
labels: [enhancement]
44
assignees: [tomschr]
5+
type: task
56

67
body:
78
- type: markdown

.github/pull_request_template.yml

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

0 commit comments

Comments
 (0)