Skip to content

Commit 0c4dde2

Browse files
committed
πŸ§‘β€πŸ’» Some reformatting & labels
1 parent 15c8c6b commit 0c4dde2

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

β€Ž.github/ISSUE_TEMPLATE/bug_report.ymlβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: πŸ› Report a bug
22
description: Create a bug report to help improve File Check
3+
labels:
4+
- bug
5+
- triage
36
body:
47
- type: markdown
58
attributes:
@@ -67,14 +70,11 @@ body:
6770
value: >-
6871
Please also be sure to upload the following files below:
6972
70-
* 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.
73+
* 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.
7174
* 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**!
72-
* GCODE files with which to reproduce, if you are reporting an issue with
73-
any of the included checks.
74-
* Your browser's JavaScript console, if you are reporting a problem with the
75-
user interface. See [here](https://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers) on where to find that.
76-
* If possible, screenshots or videos showing the problem, especially if you
77-
are reporting a problem with the user interface!
75+
* GCODE files with which to reproduce, if you are reporting an issue with any of the included checks.
76+
* 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.
77+
* If possible, screenshots or videos showing the problem, especially if you are reporting a problem with the user interface!
7878
7979
Please be aware that unless at least Systeminfo Bundle is included, your bug report
8080
will not be processed and closed after a while.

β€Ž.github/ISSUE_TEMPLATE/feature_request.ymlβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: ✨ Request a feature
22
description: Request a new feature to implement in File Check
33
title: "[Request]"
4+
labels:
5+
- request
6+
- triage
47
body:
58
- type: markdown
69
attributes:
@@ -10,6 +13,8 @@ body:
1013
attributes:
1114
label: Is your feature request related to a problem? Please describe.
1215
description: A clear and concise description of what the problem is. Eg, "I'm always frustrated when [...]".
16+
validations:
17+
required: true
1318
- type: textarea
1419
attributes:
1520
label: Describe the solution you'd like
@@ -23,4 +28,4 @@ body:
2328
- type: textarea
2429
attributes:
2530
label: Additional context
26-
description: Add any other context or screenshots about the feature request here.
31+
description: Add any other context, file uploads and/or screenshots about the feature request here.

0 commit comments

Comments
Β (0)