blob: 1e42752edd51330846d38773eec1e2a78eec5107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<!--
Do you want to ask a question? Traccar official forum is the best place for getting support: https://www.traccar.org/forums/
This is a template for bug reports. For feature requests and code discussions please remove everything that is not relevant.
-->
### Prerequisites
Put an X between the brackets for completed steps:
* [ ] I have read contribution guide.
* [ ] I have searched in documentation, GitHub and forums.
* [ ] I have tried official release and configuration.
* [ ] I have provided all information below.
### Description
[Description of the issue]
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
**Expected behavior:** [What you expect to happen]
**Actual behavior:** [What actually happens]
### Versions
**Project version:** [Relevant project version]
**Operating system:** [Operating system details]
**Hardware:** [Relevant hardware information]
### Logs
[Relevant logs fragments in text format. Please use appropriate markdown syntax.]
### Additional Information
[Any additional information, configuration or data that might be necessary to reproduce the issue.]
|