Skip to content

Commit

Permalink
Fix the issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 28, 2024
1 parent 2bf47cf commit 28cc986
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
---
name: Bug report
about: |
Create a report to help us fix problems.
Before continuing, make sure it is not known already:
- See the list of known issues: https://copyq.readthedocs.io/en/latest/known-issues.html
- Try to look up a similar problem: https://github.com/hluk/CopyQ/issues
about: Create a report to help us fix problems.
title: ''
labels: bug
assignees: ''

---

<!--
Before continuing, make sure a similar request or a known issue does not exists already:
- See the list of known issues: https://copyq.readthedocs.io/en/latest/known-issues.html
- Try to look up a similar problem: https://github.com/hluk/CopyQ/issues
-->

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

Expand Down
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: Feature request
about: |
Suggest an idea for this project
Before continuing, make sure a similar request does not exists already:
https://github.com/hluk/CopyQ/issues
about: Suggest an idea for this project.
title: ''
labels: feature
assignees: ''

---

<!--
Before continuing, make sure a similar request does not exists already:
https://github.com/hluk/CopyQ/issues
-->

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. -->

Expand Down

0 comments on commit 28cc986

Please sign in to comment.