Skip to content

Commit 7e2447f

Browse files
Add issue template (#26)
Co-authored-by: Qais Patankar <qaisjp@gmail.com>
1 parent ac9f401 commit 7e2447f

File tree

4 files changed

+80
-0
lines changed

4 files changed

+80
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: bug
5+
6+
---
7+
8+
**Describe the bug**
9+
<!-- A clear and concise description of what the bug is. -->
10+
11+
**To reproduce**
12+
<!--
13+
Steps to reproduce the behaviour:
14+
1. Go to '...'
15+
2. Click on '....'
16+
3. Scroll down to '....'
17+
4. See error
18+
19+
Please paste reproduction resources (zip files) directly into this section.
20+
-->
21+
22+
**Expected behaviour**
23+
<!-- A clear and concise description of what you expected to happen. -->
24+
25+
**Screenshots**
26+
<!--
27+
If applicable, add screenshots to help explain your problem.
28+
Please paste screenshots directly into this section. Do not provide imgur/tinypic/photobucket links.
29+
-->
30+
31+
**Version**
32+
<!--
33+
Please provide the following information:
34+
- server/client version (e.g, 1.1, 1.5.4)
35+
- if you are running Wine, please say so, and say if Linux or macOS
36+
- what operating system the server is running on, if relevant
37+
-->
38+
39+
**Additional context**
40+
<!-- Add any other context about the problem here -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
labels: enhancement
5+
6+
---
7+
8+
**Is your feature request related to a problem? Please describe.**
9+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
10+
11+
**Describe the solution you'd like**
12+
<!-- A clear and concise description of what you want to happen. -->
13+
14+
**Describe alternatives you've considered**
15+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
16+
17+
**Additional context**
18+
<!-- Add any other context or screenshots about the feature request here. -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Function request
3+
about: Tell us about a function that does not work here, but works in SA-MP
4+
labels: function
5+
6+
---
7+
8+
**Function name**
9+
<!-- The name of the function with arguments. It can be several functions, but they must be from one category. -->
10+
11+
**Describe the function**
12+
<!-- A clear and concise description of what the function or functions will do. -->
13+
14+
**Examples of using of the function**
15+
<!-- Put the code with example here. If you have it. -->
16+
17+
**Equivalent in MTA**
18+
<!-- If you know equivalent of the function or functions in MTA, please write it here. -->
19+
20+
**Additional information**
21+
<!-- The additional information can be an article about it, wiki of SAMP or something that can helps us. -->

0 commit comments

Comments
 (0)