Skip to content

Commit

Permalink
feat: add feature request and bug report templates
Browse files Browse the repository at this point in the history
  • Loading branch information
StuSerious authored and cadriel committed Apr 12, 2021
1 parent 943dd7b commit 6db9968
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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.)
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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.)

0 comments on commit 6db9968

Please sign in to comment.