Skip to content

Commit 22c93fa

Browse files
committed
merge with main branch
2 parents bb339be + 5fd032d commit 22c93fa

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.github/pull_request_template.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
> **Note:** Please fill out all required sections and remove irrelevant ones.
2+
3+
### 📋 Kind of PR
4+
5+
- [ ] Fixes a bug
6+
- [ ] Updates for a new Moodle version
7+
- [ ] Adds a new feature of functionality
8+
- [ ] Improves or enhances existing features
9+
- [ ] Refactoring: restructures code for better performance or maintainability
10+
- [ ] Testing: add missing or improve existing tests
11+
- [ ] Miscellaneous: code cleaning (without functional changes), documentation, configuration, ...
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 that should not appear on the productive branch.
32+
- [ ] 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 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.
36+
37+
---
38+
39+
### 🧱 Related Issue
40+
41+
- Related to #[IssueNumber]
42+
43+
---
44+
45+
### 🗒️ Additional Notes
46+
47+
Any other relevant information.

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
5.0 (2025-06-24)
5+
------------------
6+
7+
48
4.5.1 (2025-05-19)
59
------------------
610
[HOTFIX] #214

0 commit comments

Comments
 (0)