From b2ff39b6b1dedaeead2d85510bcacdc703509793 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 10 Mar 2016 13:36:47 +0100 Subject: [PATCH] DOC add templates for issues and pull-requests These templates are inspired by OpenWhisperSystems fixes #91 --- .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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