From 9055f84b668a7042949c935a05bf781b48b3a8b0 Mon Sep 17 00:00:00 2001 From: Alex Clarke <39523942+Dark-Alex-17@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:39:12 -0600 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5400efb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Thank you for filing a bug report! +title: '' +labels: '' +assignees: '' + +--- + +**Summary** +Please provide a short summary of the bug, along with any information you feel relevant to replicate the bug. + +**Reproduction Steps** + + +I tried this: + +1. `managarr` + +I expected this to happen: + +Instead, this happened: + +**Managarr Log** +See `managarr -h` for log file path. + +**Screenshots** +If applicable, add screenshots to help explain your problem. From f2425d56458b755aa851f5c4dcb0ef22cfdcd4f3 Mon Sep 17 00:00:00 2001 From: Alex Clarke <39523942+Dark-Alex-17@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:40:12 -0600 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5400efb..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Thank you for filing a bug report! -title: '' -labels: '' -assignees: '' - ---- - -**Summary** -Please provide a short summary of the bug, along with any information you feel relevant to replicate the bug. - -**Reproduction Steps** - - -I tried this: - -1. `managarr` - -I expected this to happen: - -Instead, this happened: - -**Managarr Log** -See `managarr -h` for log file path. - -**Screenshots** -If applicable, add screenshots to help explain your problem.