Skip to content

Commit 0330d65

Browse files
committed
add PR template
1 parent 882c58b commit 0330d65

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
> **Note:** Please fill out all required sections and remove irrelevant ones.
2-
3-
### 📋 Kind of PR
2+
### 🔀 Purpose of this PR:
43

54
- [ ] Fixes a bug
65
- [ ] Updates for a new Moodle version
@@ -9,9 +8,10 @@
98
- [ ] Refactoring: restructures code for better performance or maintainability
109
- [ ] Testing: add missing or improve existing tests
1110
- [ ] Miscellaneous: code cleaning (without functional changes), documentation, configuration, ...
11+
1212
---
1313

14-
### 🧩 Description
14+
### 📝 Description:
1515

1616
Please describe the purpose of this PR in a few sentences.
1717

@@ -21,27 +21,33 @@ Please describe the purpose of this PR in a few sentences.
2121

2222
---
2323

24-
### Checklist
24+
### 📋 Checklist
2525

2626
Please confirm the following (check all that apply):
2727

2828
- [ ] I have `phpunit` and/or `behat` tests that cover my changes or additions.
2929
- [ ] Code passes the code checker without errors and warnings.
3030
- [ ] 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.
3233
- [ ] 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`.
3436
- [ ] 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.
3640

3741
---
3842

39-
### 🧱 Related Issue
43+
### 🔍 Related Issues
4044

4145
- Related to #[IssueNumber]
4246

4347
---
4448

45-
### 🗒️ Additional Notes
49+
### 🧾📸🌐 Additional Information (like screenshots, documentation, links, etc.)
4650

4751
Any other relevant information.
52+
53+
---

0 commit comments

Comments
 (0)