-
-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add feature request and bug report templates
- Loading branch information
1 parent
943dd7b
commit 6db9968
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Bug Report | ||
about: Having issues? Start here! | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Please try to fill in the form with as much detail, it makes the whole process easier for everyone, you included! | ||
Also include your version number before the title, e.g. [] | ||
Thank you for using fluidd! | ||
--> | ||
|
||
## Affected Version(s): | ||
(The versions of fluidd this issue occurs on.) | ||
- klipper version: | ||
- moonraker version: | ||
- fluidd version: | ||
|
||
## Platform: | ||
(Information about your platform, like the OS or browser you are using.) | ||
|
||
## Hardware Configuration: | ||
(Information about your hardware configuration. Like MCU, host and setup) | ||
|
||
## Reproduction Steps: | ||
1. (Something you did.) | ||
2. (Something you did next.) | ||
|
||
## Actual Results: | ||
(What happens after the reproduction steps have been followed.) | ||
|
||
## Screenshot(s): | ||
(Images or gifs showing the problem, perhaps before/after.) | ||
|
||
## Expected Results: | ||
(What *should* happen after the reproduction steps have been followed.) | ||
|
||
## Log Files: | ||
(The log files fluidd provides at Configure > System Control.) | ||
- klipper log: | ||
- moonraker log: | ||
|
||
## Additional information | ||
(Extra information relevant to the issue, links to similar issues.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Feature Request | ||
about: Have a cool feature in mind? Use this template! | ||
title: '' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Please try to fill in the form with as much detail, it makes the whole process easier for everyone, you included! | ||
Thank you for using fluidd! | ||
--> | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
(A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]) | ||
|
||
## Describe the solution you'd like: | ||
(A clear and concise description of what you want to happen. If possible, describe why you think this is a good solution.) | ||
|
||
## Describe alternatives you've considered: | ||
(A clear and concise description of any alternative solutions or features you've considered. Again, if possible, think about why these alternatives are not working out.) | ||
|
||
## Affected users and/or setups: | ||
(Who do you think will benefit from this? Is everyone going to benefit from these changes? Or specific kinds of users?) | ||
|
||
## Additional Context: | ||
(Add any other context or screenshots about the feature request here.) |