diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rwxr-xr-x | .github/ISSUE_TEMPLATE/bug_report.md | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100755 index ae68d57d..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[BUG]" -labels: B-bug, F-need-verification -assignees: rustatian - ---- - ---- -name: Bug Report -about: Issue in HTTP module <replace> -labels: A-network <replace> ---- -<!-- -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* - -My `.rr.yaml` configuration is: *config* - -Errortrace, Backtrace or Panictrace -``` -<backtrace> -``` - -</p> -</details> |