Skip to content

Commit

Permalink
Refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ircama committed Oct 23, 2024
1 parent e9620c0 commit 1f993d7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/defined-printers.md
Original file line number Diff line number Diff line change
@@ -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: ''

---
<!--
Note: this option shall not be used for printers that are NOT mentioned in the drop-down list of the UI.
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.
Please do not expect immediate responses. We will review cases only when it is feasible to do so.
-->

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

Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/document-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ about: Use this option for request of clarifications clearly not reported in the
title: ''
labels: 'documentation'
assignees: ''

---
<!--
This repository is intended for software developers with experience managing Python programs. We will not respond to requests related to development challenges or difficulties in using the software.
Generic reports that do not reference specific wording in the README will not be addressed.
Please do not expect immediate responses. We will review cases only when it is feasible to do so.
-->

**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.
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.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/new-printers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ about: Use this option only after carefully reading the README file and followin
title: ''
labels: ''
assignees: ''

---
<!--
We are not inclined to process requests to add new printers, unless there are specific software issues that need to be addressed.
The software already includes data converter tools, but with no responsibility for any source data.
We disclaim all responsibility for any risks associated with using EEPROM configurations from external repositories. We do not support fixes and will not merge untested definitions, as improper access to the printer's EEPROM may result in irreversible damage to the device.
This repository is intended for software developers with experience managing Python programs. We will not respond to requests related to development challenges or difficulties in using the software.
We will not address any issues unless the following checklist is thoroughly completed.
However, after reporting clear evidence (including test cases) that no valid external printer definition was found, we may evaluate a request on new printers, provided that the following checklist has been carefully completed.
Please do not expect immediate responses. We will review cases only when it is feasible to do so.
-->

**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.
Expand Down
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/software-bug-report.md
Original file line number Diff line number Diff line change
@@ -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: ''

---
<!--
This repository is intended for software developers with experience managing Python programs. We will not respond to requests related to development challenges or difficulties in using the software. Issues related to printers (either new or already defined) should be reported in other options.
Please do not expect immediate responses. We will review cases only when it is feasible to do so.
-->

**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.
Expand Down

0 comments on commit 1f993d7

Please sign in to comment.