diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rwxr-xr-x | .github/ISSUE_TEMPLATE/bug_report.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100755 index 00000000..4d69101b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: B-bug, F-need-verification +assignees: 48d90782 +--- + +<!-- + Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, + along with any information you feel relevant to replicating the bug. +--> + +I tried this code: + +```go +// code +``` + +I expected to see this happen: *explanation* + +Instead, this happened: *explanation* + +The **version of RR** used: *explanation* + +The **operation system** used: *explanation* + +RR configuration file content: + +```yaml +# Paste here your `.rr.yaml` file content +``` + +Errortrace, Backtrace or Panictrace: + +```text +// backtrace +``` |