Skip to content

Commit

Permalink
chore: fix lint errors in issues template 🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed May 5, 2024
1 parent c35f3dd commit 56cf3f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

assignees: ""
---

**Describe the bug**
Expand All @@ -20,8 +19,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**System Info (please complete the following information):**
- TableX Release: [e.g. Latest]
- Output of `pnpm tauri:info` [e.g. 22]

- TableX Release: [e.g. Latest]
- Output of `pnpm tauri:info` [e.g. 22]

**Additional context**
Add any other context about the problem here.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: "[FEAT]"
labels: enhancement
assignees: ''

assignees: ""
---

**Is your feature request related to a problem? Please describe.**
Expand All @@ -13,6 +12,5 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
**Describe the solution you'd like**
A clear and concise description of what you want to happen.


**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 56cf3f3

Please sign in to comment.