Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Some reformatting & labels
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Apr 4, 2024
1 parent 15c8c6b commit 0c4dde2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: πŸ› Report a bug
description: Create a bug report to help improve File Check
labels:
- bug
- triage
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -67,14 +70,11 @@ body:
value: >-
Please also be sure to upload the following files below:
* Systeminfo Bundle: See [here](https://community.octoprint.org/t/what-is-a-systeminfo-bundle-and-how-can-i-obtain-one/29887) if you don't know where to find that. Just attach down below as-is. Note that you'll need at least OctoPrint 1.6.0 for this to be available - we no longer accept bug reports created for older versions than this.
* Systeminfo Bundle: See [here](https://community.octoprint.org/t/what-is-a-systeminfo-bundle-and-how-can-i-obtain-one/29887) if you don't know where to find that. Just attach down below as-is.
* If you are reporting an issue that involves communicating with you printer, **be sure to enable `serial.log` before reproducing and creating the Systeminfo Bundle**!
* GCODE files with which to reproduce, if you are reporting an issue with
any of the included checks.
* Your browser's JavaScript console, if you are reporting a problem with the
user interface. See [here](https://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers) on where to find that.
* If possible, screenshots or videos showing the problem, especially if you
are reporting a problem with the user interface!
* GCODE files with which to reproduce, if you are reporting an issue with any of the included checks.
* Your browser's JavaScript console, if you are reporting a problem with the user interface. See [here](https://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers) on where to find that.
* If possible, screenshots or videos showing the problem, especially if you are reporting a problem with the user interface!
Please be aware that unless at least Systeminfo Bundle is included, your bug report
will not be processed and closed after a while.
Expand Down
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ✨ Request a feature
description: Request a new feature to implement in File Check
title: "[Request]"
labels:
- request
- triage
body:
- type: markdown
attributes:
Expand All @@ -10,6 +13,8 @@ body:
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Eg, "I'm always frustrated when [...]".
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
Expand All @@ -23,4 +28,4 @@ body:
- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
description: Add any other context, file uploads and/or screenshots about the feature request here.

0 comments on commit 0c4dde2

Please sign in to comment.