diff options
author | Valery Piashchynski <[email protected]> | 2020-05-17 17:19:54 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-17 17:19:54 +0300 |
commit | a760d1b7a30a12aa10cc644996d835082b794677 (patch) | |
tree | 83e9ae549436d917407c099c6dea1b2f32771f7a | |
parent | 8fd8356ef1cb9b7602e511cf0d59964cdbbe5dbe (diff) |
Update issue templates
-rw-r--r-- | .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 100644 index 00000000..448a1aa4 --- /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 + +--- + +--- +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* + +Errortrace, Backtrace or Panictrace +``` +<backtrace> +``` + +</p> +</details> |