1 |
efrain |
1 |
name: Bug report
|
|
|
2 |
description: Report an issue to help us improve this plugin.
|
|
|
3 |
title: "Bug: "
|
|
|
4 |
body:
|
|
|
5 |
- type: markdown
|
|
|
6 |
attributes:
|
|
|
7 |
value: |
|
|
|
8 |
## Thank you for taking the time to fill out this bug report.
|
|
|
9 |
Sorry to hear that you are experiencing an issue. In order to help us help you, please complete this form to the best of your ability. The more information you can provide, the easier it will be to for us to help you.<br>
|
|
|
10 |
***In a hurry for support?*** Contact us directly for premium support and development at [TNG Consulting Inc.](https://www.tngconsulting.ca/contact).
|
|
|
11 |
- type: checkboxes
|
|
|
12 |
id: prerequisites
|
|
|
13 |
attributes:
|
|
|
14 |
label: Prerequisites
|
|
|
15 |
description: Please answer the following questions before submitting an issue.
|
|
|
16 |
options:
|
|
|
17 |
- label: I'm reporting the issue to the correct repository.
|
|
|
18 |
required: true
|
|
|
19 |
- label: I am running the latest version of this plugin (if not, please upgrade first).
|
|
|
20 |
required: true
|
|
|
21 |
- label: I checked the [README.md](../blob/master/README.md) and [Wiki](../wiki) documentation but did not find my answer.
|
|
|
22 |
required: true
|
|
|
23 |
- label: I searched to make sure that this issue had not already been reported.
|
|
|
24 |
required: true
|
|
|
25 |
- label: I have, or I know someone who has, the ability and willingness to test the fix on a Moodle LMS-based site.
|
|
|
26 |
- label: I am submitting no more than one bug report per issue ticket (please do not submit multiple bugs in one issue ticket).
|
|
|
27 |
required: true
|
|
|
28 |
- label: I understand that support is provided by volunteer(s).
|
|
|
29 |
required: true
|
|
|
30 |
- type: textarea
|
|
|
31 |
id: issue
|
|
|
32 |
attributes:
|
|
|
33 |
label: What happened?
|
|
|
34 |
description: A clear and concise description of what you think the bug is.
|
|
|
35 |
validations:
|
|
|
36 |
required: true
|
|
|
37 |
- type: textarea
|
|
|
38 |
id: expectation
|
|
|
39 |
attributes:
|
|
|
40 |
label: What do you think should have happened?
|
|
|
41 |
description: Include a clear and concise description of what you expected to happen.
|
|
|
42 |
value: I expected '...'
|
|
|
43 |
validations:
|
|
|
44 |
required: true
|
|
|
45 |
- type: textarea
|
|
|
46 |
id: steps-to-reproduce
|
|
|
47 |
attributes:
|
|
|
48 |
label: Steps to reproduce
|
|
|
49 |
description: Please provide clearly ordered steps to reproduce the issue.
|
|
|
50 |
value: |
|
|
|
51 |
1. Login as '...' (specify user role)
|
|
|
52 |
2. Go to '...'
|
|
|
53 |
3. Click on '....'
|
|
|
54 |
4. Scroll down to '....'
|
|
|
55 |
5. See error or issue.
|
|
|
56 |
You get it?
|
|
|
57 |
validations:
|
|
|
58 |
required: true
|
|
|
59 |
- type: textarea
|
|
|
60 |
id: screenshots
|
|
|
61 |
attributes:
|
|
|
62 |
label: Screenshots
|
|
|
63 |
description: If applicable, add screenshots. It really helps us understand your issue.
|
|
|
64 |
- type: input
|
|
|
65 |
id: moodle
|
|
|
66 |
attributes:
|
|
|
67 |
label: Moodle version
|
|
|
68 |
placeholder: e.g. Moodle 4.4.0+ (Build 20240422)
|
|
|
69 |
validations:
|
|
|
70 |
required: true
|
|
|
71 |
- type: checkboxes
|
|
|
72 |
id: language
|
|
|
73 |
attributes:
|
|
|
74 |
label: Installed Moodle UI Language packs.
|
|
|
75 |
description: You can find the Moodle version by navigating as a site administrator to **Site Administration > General or Site Administration (tab) > Notifications** and scrolling to the bottom of the page.
|
|
|
76 |
options:
|
|
|
77 |
- label: English only
|
|
|
78 |
- label: One or more other languages/regional dialects (specify below)
|
|
|
79 |
- label: Other
|
|
|
80 |
validations:
|
|
|
81 |
required: true
|
|
|
82 |
- type: input
|
|
|
83 |
id: other-language
|
|
|
84 |
attributes:
|
|
|
85 |
label: If other language(s), please specify
|
|
|
86 |
- type: textarea
|
|
|
87 |
id: workaround
|
|
|
88 |
attributes:
|
|
|
89 |
label: Workaround
|
|
|
90 |
description: Are you currently able to work around this issue? If so, how?
|
|
|
91 |
- type: textarea
|
|
|
92 |
id: moreinfo
|
|
|
93 |
attributes:
|
|
|
94 |
label: Additional information
|
|
|
95 |
description: Add any other information about the problem here. For example, other installed plugins, logs for example. If you know where the problem is in the source code, we would appreciated it if you would be so kind as to let us know. Even better, feel free to submit a pull request (PR) if you can. Problems that include solutions get fixed faster.
|
|
|
96 |
- type: textarea
|
|
|
97 |
id: sysinfo
|
|
|
98 |
attributes:
|
|
|
99 |
label: System information
|
|
|
100 |
description: Depending on the issue, you may be asked to provide additional system information.
|
|
|
101 |
value: |
|
|
|
102 |
Client Device type: (e.g. Desktop, iPhone or iPad, Android phone or tablet, Other - specify)
|
|
|
103 |
Client Operating System: (e.g. Windows, Linux, Mac OS, Android, iOS, Other - specify)
|
|
|
104 |
Client Web Browser: (e.g. Chrome, Edge, Firefox, Safari, Safe Exam Browser, Moodle Mobile App)
|
|
|
105 |
Server Operating System: (e.g. Windows, Linux, Mac OS, Other - specify)
|
|
|
106 |
Server Webserver: (e.g. Apache, Nginx, IIS, Other - specify)
|
|
|
107 |
Server PHP: (e.g. 7.4, 8.0, 8.1, 8.2, 8.3, Other - specify)
|
|
|
108 |
- type: checkboxes
|
|
|
109 |
attributes:
|
|
|
110 |
label: Code of Conduct
|
|
|
111 |
options:
|
|
|
112 |
- label: I have read and agree to the project's <a href="../blob/master/CODE_OF_CONDUCT.md" target="_blank">code of conduct</a>.
|
|
|
113 |
required: true
|