From dd441a552a62ca6a98c042d627c72a4141ed657a Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sat, 19 Aug 2023 04:20:19 +0200 Subject: [PATCH 01/26] Create bug_report.md template To make it easier for the users and us to understand what is happening and why, and what the preconditions are. --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 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 000000000..4648bc56f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: ['S-triage', 'C-bug'] +assignees: '' + +--- + +## Describe the bug +A clear and concise description of what the bug is. + +### Code sample +```text +A short code snippet that can be used to reproduce the bug. Do NOT paste screenshots of code! +``` + +### To reproduce +Steps to reproduce the behavior, if it's a bug in `rustic_core` or anything code related, please provide a reproducible example. + +``` +rustic output here +``` + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Versions (please complete the following information) + +| | | +|-|-| +| Operating System | e.g., Windows 10, MacOS 10.15, Debian 10 | +| Kernel Version/OS Build |