From 45126ce908b015b12be4c1d532eda1dc9269e5ea Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 26 Jul 2020 00:52:12 +0200 Subject: [PATCH] Add issue templates for easier issue reporting (#286) --- .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 13 ++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..c8a9f178d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Report a bug in Pixelorama +title: '' +labels: bug +assignees: '' +--- + + +**Pixelorama version:** + + + +**OS/device including version:** + + + +**Issue description:** + + + +**Steps to reproduce:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..5b051e675 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature/enhancement request +about: Request a new feature or enhancement in Pixelorama +title: '' +labels: enhancement +assignees: '' +--- + + +**Feature/enhancement description:** +