From 2da1e114665681c3b7a0cd9267775ba9add50b55 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 13 Feb 2024 14:10:59 +0100 Subject: [PATCH] Add bug report template (#1559) --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 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 00000000..26b6ffa3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Checklist** + +- [ ] I've included the output of `alr version`. +- [ ] I've included complete steps to reproduce my issue. + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Run '...' +3. See error + +**Expected Behavior** +Describe what happened and how it deviates from what should have happened, if unclear from the previous steps. + +**`alr` version** +Paste here the output of `alr version`. + +**`alr` logs** +If pertinent, paste the output of `alr -vv -d ` here. -- 2.39.5