diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..065eaea5bdb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,54 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + + + +**OpenSIPS version you are running** + + +``` +``` + +**Describe the bug** + + +**To Reproduce** + + +**Expected behavior** + + +**Relevant System Logs** + + +**OS/environment information** + - Operating System: + - OpenSIPS installation: + - other relevant information: + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/crash-report.md b/.github/ISSUE_TEMPLATE/crash-report.md new file mode 100644 index 00000000000..6afc53b96c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash-report.md @@ -0,0 +1,54 @@ +--- +name: Crash Report +about: Report a crash in OpenSIPS +title: "[CRASH]" +labels: '' +assignees: '' + +--- + + + +**OpenSIPS version you are running** + + +``` +``` + +**Crash Core Dump** + + +**Describe the traffic that generated the bug** + + +**To Reproduce** + + +**Relevant System Logs** + + +**OS/environment information** + - Operating System: + - OpenSIPS installation: + - other relevant information: + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..a9a528316c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,42 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +assignees: '' + +--- + + + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Implementation** + + - Component: + - Type: + - Name: + +**Describe alternatives you've considered** + + +**Additional context** +