Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ name: Bug Report
description: File a bug report
labels: ["c.Bug 🐛"]
body:
- type: checkboxes
- type: dropdown
id: existing
attributes:
label: Is there an existing issue for this?
label: Please confirm that you have searched existing issues in the repo
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- 'Yes, I have searched the existing issues'
- 'No'
validations:
required: true
- type: input
id: related
attributes:
Expand Down
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ name: Feature request
description: Suggest a new idea/feature for MarkBind
labels: ["c.Feature 🚀"]
body:
- type: checkboxes
- type: dropdown
id: existing
attributes:
label: Is there an existing issue for this?
label: Please confirm that you have searched existing issues in the repo
description: Please search to see if an issue already exists for the request.
options:
- label: I have searched the existing issues
required: true
- 'Yes, I have searched the existing issues'
- 'No'
validations:
required: true
- type: input
id: related
attributes:
Expand Down