From 94c99ff4067b0fdc1f1501f9a36d0b0adb5ba8ad Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Sun, 10 Feb 2019 16:05:26 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 13 +++++++++- .github/ISSUE_TEMPLATE/feature_request.md | 29 +++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) 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 index 55006a0..804acce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,17 @@ assignees: '' --- + + **Describe the bug** A clear and concise description of what the bug is. @@ -24,7 +35,7 @@ A clear and concise description of what you expected to happen. If applicable, add photos or console outputs to help explain your problem. **Printer (please complete the following information):** - - Firmware: [e.g. 181227] + - Firmware version: [e.g. v19.02.08] - Printing method [e.g. SD, USB (OctoPrint, Cura, ...)] - Model [e.g. i3 Mega, Mega-S] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..2ca25c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,29 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FR]" +labels: enhancement +assignees: '' + +--- + + + +**Describe your suggestion.** +A clear and concise description of what you want to see added. + +**Reasoning** +Why do you think this would be helpful for other users as well? + +**References, context or examples.** +Please provide needed information, screenshots or context if applicable. +Want to suggest a feature from Marlin or a specific Marlin fork? Please provide a link to an example or the documentation.