Update issue templates

This commit is contained in:
David Ramiro 2019-02-10 16:05:26 +01:00 committed by GitHub
parent d3209886ed
commit 94c99ff406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 1 deletions

View File

@ -7,6 +7,17 @@ assignees: ''
--- ---
<!--
Before posting a bug report, make sure to thoroughly read the readme and Wiki.
https://github.com/davidramiro/Marlin-AI3M/wiki/
I am happy to help everyone as much as I can, but make sure your bug report is only applicable to this specific firmware.
Example of a valid bug report: "M600 filament change is not working as expected."
Example of an invalid request: "I am powering my printer with a hamster wheel generator. It's not working properly. Fix pls."
-->
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. 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. If applicable, add photos or console outputs to help explain your problem.
**Printer (please complete the following information):** **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, ...)] - Printing method [e.g. SD, USB (OctoPrint, Cura, ...)]
- Model [e.g. i3 Mega, Mega-S] - Model [e.g. i3 Mega, Mega-S]

View File

@ -0,0 +1,29 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FR]"
labels: enhancement
assignees: ''
---
<!--
Suggestions are always welcome! Keep in mind though, this firmware should stay compatible with a stock i3 Mega. Of course support for popular mods can be added.
Example of a valid request: "Please enable filament change via M600" or "Add support for the Mega-S upgrade kit"
Example of an invalid request: "I have modded my printer with a dual extruder. Can you please add support for this?"
Feel free to fork this project and customize it to your own needs, a starting point would be this page:
https://github.com/davidramiro/Marlin-AI3M/wiki/Customization-&-Compiling
-->
**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.