Skip to content

Commit

Permalink
remove title and checkbox in issue template because title cause guy
Browse files Browse the repository at this point in the history
empty title and no body care about the checkbox``
  • Loading branch information
rustdesk committed Feb 18, 2023
1 parent 116649e commit 38cb44a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 🐞 Bug report
description: Thanks for taking the time to fill out this bug report! Please fill the form in **English**
body:
- type: textarea
id: desc
attributes:
Expand Down
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
name: 🛠️ Feature request
description: Suggest an idea for RustDesk
title: "[FR] "
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue related to this already exists.
options:
- label: I have searched the existing issues
required: true

- type: textarea
id: desc
attributes:
Expand Down

0 comments on commit 38cb44a

Please sign in to comment.