[sr-dev] git:master:1c1d14c1: core: added github new issue template

Daniel-Constantin Mierla miconda at gmail.com
Mon Jan 16 16:18:23 CET 2017


Module: kamailio
Branch: master
Commit: 1c1d14c1a07babc5b8f3572d889ca980d9ae70d8
URL: https://github.com/kamailio/kamailio/commit/1c1d14c1a07babc5b8f3572d889ca980d9ae70d8

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-01-16T16:17:53+01:00

core: added github new issue template

---

Added: .github/ISSUE_TEMPLATE.md

---

Diff:  https://github.com/kamailio/kamailio/commit/1c1d14c1a07babc5b8f3572d889ca980d9ae70d8.diff
Patch: https://github.com/kamailio/kamailio/commit/1c1d14c1a07babc5b8f3572d889ca980d9ae70d8.patch

---

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..6118884
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,76 @@
+<!--
+Kamailio Project uses GitHub Issues only for bugs in the code or feature requests.
+
+If you have questions about using Kamailio or related to its configuration file,
+ask on sr-users mailing list:
+
+  * http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
+
+If you have questions about developing extensions to Kamailio or its existing
+C code, ask on sr-dev mailing list
+
+  * http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
+
+Please try to fill this template as much as possible for any issue. It helps the
+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.
+
+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).
+-->
+
+### Description
+
+<!--
+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
+
+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.
+
+  gdb /path/to/kamailio /path/to/corefile
+  bt full
+  info locals
+  list
+
+If you are familiar with gdb, feel free to attach more of what you condier to
+be relevant.
+-->
+
+### Possible Solutions
+
+<!--
+If you found a solution or workaround for the issue, describe it. Ideally, provide a pull request with a fix.
+-->
+
+### Additional Information
+
+  * **Kamailio Version** - output of `kamailio -v`
+
+```
+(paste your output here)
+```
+
+* **Operating System**:
+
+<!--
+Details about the operating system, the type: tMacOS, Linux, xBSD, Solaris, ...;
+Kernel details (output of `uname -a`)
+-->
+
+```
+(paste your output here)
+```




More information about the sr-dev mailing list