Skip to content

Commit

Permalink
chore: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
grafakus authored Jul 25, 2024
1 parent bf14755 commit b0a4c1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
---
name: Bug report
about: Create a report to help us improve
title: '[bug] '
title: "[bug] "
labels: bug
assignees: ''

---

### Bug description

**Plugin version:**

<!-- A clear and concise description of what the bug is and where you see it. -->
<!-- Please specify in which environment(s) you see it (dev/ops/prod). -->
<!-- Please specify in which environment(s) you see it (cloud or open-source). -->

### Steps to reproduce

Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Feature request
about: Suggest an idea for this project
title: '[feature] '
labels: feature
title: "[feature] "
labels: ''
assignees: ''

---

### Feature description
Expand Down

1 comment on commit b0a4c1a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit test coverage

Lines Statements Branches Functions
Coverage: 12%
12.58% (470/3736) 9.89% (138/1394) 9.49% (108/1137)

Please sign in to comment.