From 6db9968d854b41fb0380a8871dbf146f3eb44a65 Mon Sep 17 00:00:00 2001 From: StuSerious Date: Thu, 8 Apr 2021 23:03:51 +0200 Subject: [PATCH] feat: add feature request and bug report templates --- .github/ISSUE_TEMPLATE/bug-report.md | 49 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 29 ++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..0f8ff4f4cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,49 @@ +--- +name: Bug Report +about: Having issues? Start here! +title: '' +labels: 'bug' +assignees: '' + +--- + + + +## 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.) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..f75fe6aba6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,29 @@ +--- +name: Feature Request +about: Have a cool feature in mind? Use this template! +title: '' +labels: 'enhancement' +assignees: '' + +--- + + + +## 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.) \ No newline at end of file