diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000000..83993d3a801 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,109 @@ +--- +name: Custom issue template +about: Kamailio issue template + +--- + + + +### Description + + + +### Troubleshooting + +#### Reproduction + + + +#### Debugging Data + + + +``` +(paste your debugging data here) +``` + +#### Log Messages + + + +``` +(paste your log messages here) +``` + +#### SIP Traffic + + + +``` +(paste your sip traffic here) +``` + +### Possible Solutions + + + +### Additional Information + + * **Kamailio Version** - output of `kamailio -v` + +``` +(paste your output here) +``` + +* **Operating System**: + + + +``` +(paste your output here) +```