diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..edf2ab7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: bug + +--- + +**Describe the bug** + + +**To reproduce** + + +**Expected behaviour** + + +**Screenshots** + + +**Version** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..16c2ab1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +labels: enhancement + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/function_request.md b/.github/ISSUE_TEMPLATE/function_request.md new file mode 100644 index 0000000..802b557 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/function_request.md @@ -0,0 +1,21 @@ +--- +name: Function request +about: Tell us about a function that does not work here, but works in SA-MP +labels: function + +--- + +**Function name** + + +**Describe the function** + + +**Examples of using of the function** + + +**Equivalent in MTA** + + +**Additional information** +