diff --git a/.github/ISSUE_TEMPLATE/defined-printers.md b/.github/ISSUE_TEMPLATE/defined-printers.md index 66b16d9..bd44711 100644 --- a/.github/ISSUE_TEMPLATE/defined-printers.md +++ b/.github/ISSUE_TEMPLATE/defined-printers.md @@ -1,17 +1,20 @@ --- name: Request on printers included in the software -about: This option is only related to already defined printers which are not appropriately managed by the software +about: This option is only related to already defined printers which are not appropriately managed by the software. title: '' labels: '' assignees: '' - --- + + **Printer model** Provide the printer model as reported by the product label. This model shall be available in the drop-down list of the UI. It should clearly confirm that the printer in question matches the configuration specified in the software without ambiguity. diff --git a/.github/ISSUE_TEMPLATE/document-issues.md b/.github/ISSUE_TEMPLATE/document-issues.md index 4184e2e..3619848 100644 --- a/.github/ISSUE_TEMPLATE/document-issues.md +++ b/.github/ISSUE_TEMPLATE/document-issues.md @@ -4,11 +4,14 @@ about: Use this option for request of clarifications clearly not reported in the title: '' labels: 'documentation' assignees: '' - --- + + **Describe the bug** -Provide a clear and concise description of the issue in the documentation, specifying the exact point in the README where the incorrect information appears, and suggest a correction. \ No newline at end of file +Provide a clear and concise description of the issue in the documentation, specifying the exact point in the README where the incorrect information appears, and suggest a correction. diff --git a/.github/ISSUE_TEMPLATE/new-printers.md b/.github/ISSUE_TEMPLATE/new-printers.md index 9aed7ce..26b0149 100644 --- a/.github/ISSUE_TEMPLATE/new-printers.md +++ b/.github/ISSUE_TEMPLATE/new-printers.md @@ -4,11 +4,20 @@ about: Use this option only after carefully reading the README file and followin title: '' labels: '' assignees: '' - --- + **Scenario** Clearly describe that you followed the instructions in the README and specifically that you carefully completed the steps described in the [Example to integrate new printers](https://github.com/Ircama/epson_print_conf/?tab=readme-ov-file#example-to-integrate-new-printers). Report the issue including steps to reproduce the behavior and a short description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/software-bug-report.md b/.github/ISSUE_TEMPLATE/software-bug-report.md index d860ffd..1ea748d 100644 --- a/.github/ISSUE_TEMPLATE/software-bug-report.md +++ b/.github/ISSUE_TEMPLATE/software-bug-report.md @@ -1,13 +1,16 @@ --- -name: Python software bug report or feature enhancement -about: This option is only for software bugs or to propose software enhancements. Not to be used for usage clarifications or for requests on printers +name: Software bug report or feature enhancement +about: This option is only for software bugs or to propose software enhancements. Not to be used for usage clarifications or for requests about printers. title: '' labels: '' assignees: '' - --- + + **Describe the bug** A clear and concise description of the bug, including steps to reproduce the behavior and a short description of what you expected to happen. This option is only for software bugs.