Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Lock <tony@duet3d.com>2022-02-07 20:27:36 +0300
committerGitHub <noreply@github.com>2022-02-07 20:27:36 +0300
commit2b9a3c5710dd1ed97fc9cecd4cd279a645f20645 (patch)
tree8e5075c4ee32811f4b38970c8057a219b621c0f7 /.github
parenta2e55f4ea1ca876a2cb7f2a36f01ddc1baa5fa8b (diff)
Create BugReport.yml
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BugReport.yml52
1 files changed, 52 insertions, 0 deletions
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