diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..a7eb764 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ + + + +I have: +- [ ] searched open and closed issues for duplicates + +### Bug description + +### Steps to reproduce +- add your steps here +- as a list +- using hyphens + +### Device info + + **Printer:** Manufacturer Model XVI + + **python-escpos version:** 0.0.0 + + **operating system:** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..32544d2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +### Contributor checklist + +- [ ] I have read the CONTRIBUTING.rst +- [ ] I have tested my contribution on these devices: + * e.g. Epson TM-T88II +- [ ] My contribution is ready to be merged as is + +---------- + +### Description