|
| 1 | +> **Note:** Please fill out all relevant sections and remove irrelevant ones. |
| 2 | +### 🔀 Purpose of this PR: |
| 3 | + |
| 4 | +- [ ] Fixes a bug |
| 5 | +- [ ] Updates for a new Moodle version |
| 6 | +- [ ] Adds a new feature of functionality |
| 7 | +- [ ] Improves or enhances existing features |
| 8 | +- [ ] Refactoring: restructures code for better performance or maintainability |
| 9 | +- [ ] Testing: add missing or improve existing tests |
| 10 | +- [ ] Miscellaneous: code cleaning (without functional changes), documentation, configuration, ... |
| 11 | + |
| 12 | +--- |
| 13 | + |
| 14 | +### 📝 Description: |
| 15 | + |
| 16 | +Please describe the purpose of this PR in a few sentences. |
| 17 | + |
| 18 | +- What feature or bug does it address? |
| 19 | +- Why is this change or addition necessary? |
| 20 | +- What is the expected behavior after the change? |
| 21 | + |
| 22 | +--- |
| 23 | + |
| 24 | +### 📋 Checklist |
| 25 | + |
| 26 | +Please confirm the following (check all that apply): |
| 27 | + |
| 28 | +- [ ] I have `phpunit` and/or `behat` tests that cover my changes or additions. |
| 29 | +- [ ] Code passes the code checker without errors and warnings. |
| 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 (or commented out code) that |
| 32 | + should not appear on the productive branch. |
| 33 | +- [ ] Code only uses language strings instead of hard-coded strings. |
| 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`. |
| 36 | +- [ ] If there are changes in javascript: I build new `.min` files with the `grunt amd` command. |
| 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. |
| 40 | + |
| 41 | +--- |
| 42 | + |
| 43 | +### 🔍 Related Issues |
| 44 | + |
| 45 | +- Related to #[IssueNumber] |
| 46 | + |
| 47 | +--- |
| 48 | + |
| 49 | +### 🧾📸🌐 Additional Information (like screenshots, documentation, links, etc.) |
| 50 | + |
| 51 | +Any other relevant information. |
| 52 | + |
| 53 | +--- |
0 commit comments