From e017abac3e5cb08370b9fdc8991782a103980759 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 16 Jan 2017 16:34:54 +0100 Subject: [PATCH] core: github issue template - sections for log messages and sip traffic --- .github/ISSUE_TEMPLATE.md | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bd6b5e05b33..4b2019e174b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -17,6 +17,8 @@ developers to troubleshoot the issue. If you submit a feature request (or enhancement), you can delete the text of the template and only add the description of what you would like to be added. +If there is no content to be filled in a section, the entire section can be removed. + You can delete the comments from the template sections when filling. You can delete next line and everything above before submitting (it is a comment). @@ -30,14 +32,15 @@ Explain what you did, what you expected to happen, and what actually happened. ### Troubleshooting - -#### Backtrace +#### Debugging Data + +``` +(paste your debugging data here) +``` + +#### Log Messages + + + +``` +(paste your log messages here) +``` + +#### SIP Traffic + + + +``` +(paste your sip traffic here) +``` + ### Possible Solutions