Skip to content

Commit

Permalink
Update Issue templates (PX4#21779)
Browse files Browse the repository at this point in the history
- Remove unnecessary text rendering, which made clicking log links
  harder
- Re adjust markdown elements to make it easier to read / intuitive when
  creating an issue
  • Loading branch information
junwoo091400 authored and harrisondragoon committed Jun 30, 2023
1 parent 33ab74c commit 94c1c51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐛 Bug report
description: Create a report to help us improve
title: "[Bug]: "
title: "[Bug] "
labels: ["bug-report"]
body:
- type: textarea
Expand Down Expand Up @@ -44,14 +44,13 @@ body:
- Share the link to the log (Copy and paste the URL of the log)
placeholder: |
# PASTE HERE THE LINK TO THE LOG
render: txt
validations:
required: true

- type: markdown
attributes:
value: |
# Setup / Versions
## Setup
- type: textarea
attributes:
Expand All @@ -60,7 +59,6 @@ body:
Which version of PX4 are you using?
placeholder: |
# If you don't know the version, paste the output of `ver all` in the MAVLink Shell of QGC
render: txt
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 🚀 Feature Request
description: Suggest an idea for this project
labels: [feature-request"]
labels: ["feature-request"]
body:
- type: markdown
attributes:
value: |
**Please note that feature requests are not 'fire and forget'.**
## Please note that feature requests are not 'fire and forget'
It is a lot more likely that the feature you would like to have will be implemented if you keep watching your feature request, and provide more details to developers looking into implementing your feature, and help them with testing.
- type: textarea
Expand Down

0 comments on commit 94c1c51

Please sign in to comment.