Skip to content

Commit

Permalink
Issue templates update (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Kusz <9740637+mkusz@users.noreplay.github.com>
  • Loading branch information
mkusz and Maciej Kusz committed Oct 17, 2023
1 parent d85454a commit 29dff65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
11 changes: 4 additions & 7 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Bug report
description: File a bug report.
title: "[Bug] "
description: Submit a bug report.
labels: ["new", "bug"]
assignees:
- mkusz
Expand Down Expand Up @@ -30,7 +29,7 @@ body:
<sub>Markdown syntax is supported.</sub>
Describe the expected behavior.
placeholder: Describe the expected bahavior
placeholder: Describe the expected behavior
validations:
required: true
- type: markdown
Expand All @@ -39,9 +38,9 @@ body:
---
Below fields are optional, but can be very helpful, so please, spend a minute to fill them.
- type: textarea
id: bug-reproduction
id: reproduction-steps
attributes:
label: Bug description
label: Reproduction steps
description: |
<sub>Markdown syntax is supported.</sub>
Expand All @@ -56,7 +55,6 @@ body:
description: What operating system do you use?
multiple: true
options:
- All
- Windows
- Linux
- macOS
Expand All @@ -68,7 +66,6 @@ body:
description: What Python version do you use?
multiple: true
options:
- All
- "3.9"
- "3.10"
- "3.11"
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Documentation report
description: File a documentation related problems report
title: "[Docs] "
description: Submit a documentation related problems report.
labels: ["new", "docs"]
assignees:
- mkusz
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Feature request
description: File a feature request.
title: "[Feature] "
description: Submit a feature request.
labels: ["new", "feature"]
assignees:
- mkusz
Expand Down

0 comments on commit 29dff65

Please sign in to comment.