From 0fdeaf9efa67e20499b1575ede425f3b61acc0f6 Mon Sep 17 00:00:00 2001 From: vintagepc <53943260+vintagepc@users.noreply.github.com> Date: Wed, 16 Sep 2020 07:48:03 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/new-printer.md | 20 +++++++++++++++++++ .github/ISSUE_TEMPLATE/question-discussion.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/new-printer.md diff --git a/.github/ISSUE_TEMPLATE/new-printer.md b/.github/ISSUE_TEMPLATE/new-printer.md new file mode 100644 index 00000000..482e8754 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-printer.md @@ -0,0 +1,20 @@ +--- +name: New Printer +about: Request a specific printer model be added to the project +title: "[NEW PRINTER]" +labels: New Printer +assignees: '' + +--- + +**Which printer brand/make/model are you interested in?** +Please be as specific as possible - many printers have different internal hardware revisions. + +**Link to Manufacturer Data** +Please link to any manufacturer specifications available - board datasheets, design files, firmware, etc. + +**3D Model files** +Do you have, or are there 3d model files that could be used to implement 3D visuals? + +**Additional context** +Anything else you think would be helpful? diff --git a/.github/ISSUE_TEMPLATE/question-discussion.md b/.github/ISSUE_TEMPLATE/question-discussion.md index 55ef090d..f846b521 100644 --- a/.github/ISSUE_TEMPLATE/question-discussion.md +++ b/.github/ISSUE_TEMPLATE/question-discussion.md @@ -2,7 +2,7 @@ name: Question/Discussion about: A general question or something to discuss that's not a bug or feature title: "[Q+A]" -labels: question, discussion +labels: discussion, question assignees: '' ---