Refinements

This commit is contained in:
Ircama
2024-10-24 00:49:56 +02:00
parent bc0b9195bb
commit 1b7c538df7
4 changed files with 11 additions and 7 deletions

View File

@@ -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.

View File

@@ -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: ''
---

View File

@@ -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.

View File

@@ -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.