You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the purpose of this PR in a few sentences.
17
17
@@ -21,27 +21,33 @@ Please describe the purpose of this PR in a few sentences.
21
21
22
22
---
23
23
24
-
### ✅ Checklist
24
+
### 📋 Checklist
25
25
26
26
Please confirm the following (check all that apply):
27
27
28
28
-[ ] I have `phpunit` and/or `behat` tests that cover my changes or additions.
29
29
-[ ] Code passes the code checker without errors and warnings.
30
30
-[ ] Code passes the moodle-ci/cd pipeline on all supported Moodle versions or the ones the plugin supports.
31
-
-[ ] Code does not have `var_dump()` or `var_export` or any other debugging statements that should not appear on the productive branch.
31
+
-[ ] Code does not have `var_dump()` or `var_export` or any other debugging statements (or commented out code) that
32
+
should not appear on the productive branch.
32
33
-[ ] Code only uses language strings instead of hard-coded strings.
33
-
-[ ] If there are changes in the database: I updated/created the necessary upgrade steps in `db/upgrade.php` and updated the `version.php`.
34
+
-[ ] If there are changes in the database: I updated/created the necessary upgrade steps in `db/upgrade.php` and
35
+
updated the `version.php`.
34
36
-[ ] If there are changes in javascript: I build new `.min` files with the `grunt amd` command.
35
-
-[ ] If it is a Moodle update PR: I read the release notes, updated the `version.php` and added the new moodle version to the workflow file. I ran all tests thoroughly checking for errors.
37
+
-[ ] If it is a Moodle update PR: I read the release notes, updated the `version.php` and the `CHANGES.md`.
38
+
I ran all tests thoroughly checking for errors. I checked if bootstrap had any changes/deprecations that require
39
+
changes in the plugins UI.
36
40
37
41
---
38
42
39
-
### 🧱 Related Issue
43
+
### 🔍 Related Issues
40
44
41
45
- Related to #[IssueNumber]
42
46
43
47
---
44
48
45
-
### 🗒️ Additional Notes
49
+
### 🧾📸🌐 Additional Information (like screenshots, documentation, links, etc.)
0 commit comments