Skip to content

Commit

Permalink
chore: update labels in issue templates (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka authored Jun 29, 2024
1 parent 60bd7f4 commit ccf83e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create an issue about a bug you encountered
title: ''
labels: bug
labels: 'Type: Bug'
assignees: ''
---

Expand All @@ -17,26 +17,22 @@ A detailed and complete issue is more likely to be processed quickly.
A clear and concise description of what the bug is.
-->


## To Reproduce
<!--
Try to reduce the issue to a simple code sample exhibiting the problem.
Ideally, fork the project and add a test or an example.
-->


## Expected behavior
<!--
A clear and concise description of what you expected to happen.
-->


## Screenshots
<!--
If applicable, add screenshots, gifs or videos to help explain your problem.
-->


## Environment
<!--
Add a description of the systems where you are observing the issue. For example:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
labels: 'Type: Enhancement'
assignees: ''

---
Expand Down

0 comments on commit ccf83e6

Please sign in to comment.