diff --git a/.github/ISSUE_TEMPLATE/defined-printers.md b/.github/ISSUE_TEMPLATE/defined-printers.md index febc157..66b16d9 100644 --- a/.github/ISSUE_TEMPLATE/defined-printers.md +++ b/.github/ISSUE_TEMPLATE/defined-printers.md @@ -13,7 +13,7 @@ We will not process issues related to networking, WiFi, IP addressing issues. We will not address any issues unless the following checklist is thoroughly completed. **Printer model** -Provide the printer model as reported by the product label. This model shall be available in the 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. +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. **Software configuration** In the UI, select the model from the drop-down list; press F2 in correspondence to your model. The status box will show the printer definition values. Select the status box, right button of the mouse, then copy all data and paste them here. diff --git a/.github/ISSUE_TEMPLATE/document-issues.md b/.github/ISSUE_TEMPLATE/document-issues.md index a614650..7528d76 100644 --- a/.github/ISSUE_TEMPLATE/document-issues.md +++ b/.github/ISSUE_TEMPLATE/document-issues.md @@ -1,8 +1,8 @@ --- name: Documentation issues -about: Use this option for request of clarifications clearly not reported in the README +about: Use this option for request of clarifications clearly not reported in the README. Not for usage support. title: '' -labels: '' +labels: 'documentation' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/new-printers.md b/.github/ISSUE_TEMPLATE/new-printers.md index ebcbf12..a277786 100644 --- a/.github/ISSUE_TEMPLATE/new-printers.md +++ b/.github/ISSUE_TEMPLATE/new-printers.md @@ -8,8 +8,10 @@ assignees: '' --- This repository is intended for software developers with experience managing Python programs. We will not respond to requests regarding difficulties in software development or in using the software. +We will not address any issues unless the following checklist is thoroughly completed. + **Scenario** -Clearly describe that you followed the instruction 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. +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. **Printer model** Provide the exact printer model. diff --git a/.github/ISSUE_TEMPLATE/software-bug-report.md b/.github/ISSUE_TEMPLATE/software-bug-report.md index e74de25..4ad5ec0 100644 --- a/.github/ISSUE_TEMPLATE/software-bug-report.md +++ b/.github/ISSUE_TEMPLATE/software-bug-report.md @@ -1,15 +1,17 @@ --- -name: Python software bug report -about: This option is only for software bugs. Not to be used for usage clarifications or for requests printers (new or already defined) +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 title: '' labels: '' assignees: '' --- +This repository is intended for software developers with experience managing Python programs. We will not respond to requests regarding difficulties in software development or in using the software. Issues related to printers (either new or already defined) should be reported in other options. **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. -We do not accept questions about usage clarifications or requests to add new printers. +This option is only for software bugs. +We do not accept questions about usage clarifications or requests about printers. **Additional context** Feel free to add any other context about the problem here.