Skip to content

Commit

Permalink
core: github issue template - sections for log messages and sip traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 16, 2017
1 parent e34e6ea commit e017aba
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -30,14 +32,15 @@ Explain what you did, what you expected to happen, and what actually happened.

### Troubleshooting

<!--
#### Reproduction

<!--
If the issue can be reproduced, describe how it can be done.
-->

#### Backtrace
#### Debugging Data

<!--
If you got a core dump, use gdb to extract troubleshooting data - full backtrace,
local variables and the list of the code at the issue location.
Expand All @@ -46,10 +49,34 @@ local variables and the list of the code at the issue location.
info locals
list
If you are familiar with gdb, feel free to attach more of what you condier to
If you are familiar with gdb, feel free to attach more of what you consider to
be relevant.
-->

```
(paste your debugging data here)
```

#### Log Messages

<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->

```
(paste your log messages here)
```

#### SIP Traffic

<!--
If the issue is exposed by processing specific SIP messages, grab them with ngrep or save in a pcap file, then add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->

```
(paste your sip traffic here)
```

### Possible Solutions

<!--
Expand Down

0 comments on commit e017aba

Please sign in to comment.