From 2b9a3c5710dd1ed97fc9cecd4cd279a645f20645 Mon Sep 17 00:00:00 2001 From: Tony Lock Date: Mon, 7 Feb 2022 17:27:36 +0000 Subject: Create BugReport.yml --- .github/ISSUE_TEMPLATE/BugReport.yml | 52 ++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BugReport.yml (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/BugReport.yml b/.github/ISSUE_TEMPLATE/BugReport.yml new file mode 100644 index 00000000..9b4ea783 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BugReport.yml @@ -0,0 +1,52 @@ +name: Feature Request +description: Suggest an idea for this project +title: "[FeatureRequest]: " +labels: [enhancement] +assignees: +- x0rtrunks +body: +- type: markdown + attributes: + value: | + ### The Duet forums have wishlist sections for feature requests if you'd like to discuss your feature request there first. + https://forum.duet3d.com/category/9/hardware-wishlist + https://forum.duet3d.com/category/8/firmware-wishlist + https://forum.duet3d.com/category/11/duet-web-control-wishlist + + ## Thank you for taking the time to submit a feature request. +- type: textarea + id: ProblemDescription + attributes: + label: Is your feature request related to a problem? Please describe. + description: A clear and concise description of what the problem is. + value: | + Ex. I'm always frustrated when... + validations: + required: true +- type: textarea + id: SolutionDescription + attributes: + label: Describe the solution you propose. + description: A clear and concise description of your prefered solution. + value: | + Ex. It would be great if... + validations: + required: true +- type: textarea + id: AlternativesDescription + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + value: | + Ex. A workaround exists but it is tedius, for example... + validations: + required: false +- type: textarea + id: AdditionalDetails + attributes: + label: Provide any additional context or information. + description: Add any other context or screenshots about the feature request here. + value: | + Ex. Photos, mockups, etc. + validations: + required: false -- cgit v1.2.3