2
2
3
3
## Description
4
4
5
- Please include a succinct summary of the change and which issue is fixed or which feature is introduced.
5
+ Please include a succinct summary of the change and which issue is fixed or which feature is introduced.
6
6
7
7
Please also include relevant motivation and context if possible.
8
8
9
9
Closes # (issue) if applicable.
10
10
11
- ## Type of change
11
+ ## Related Issue
12
+
13
+ Link to the related issue: [ Issue #] ( URL )
14
+
15
+ You can remove this section if not applicable.
16
+
17
+ ## Type of Change
12
18
13
19
Please delete options that are not relevant to this PR.
14
20
15
21
- [ ] Bug fix (non-breaking change which fixes an issue)
16
22
- [ ] New feature (non-breaking change which adds functionality)
17
23
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
24
+ - [ ] Style change (non-breaking change which updates the styling of the UI)
25
+ - [ ] Locale/Language change (updates or additions to language files or available languages)
18
26
19
27
## How Has This Been Tested?
20
28
@@ -25,12 +33,13 @@ Please delete options that are not relevant to this PR.
25
33
26
34
- [ ] I have performed a self-review of my own code
27
35
- [ ] My changes do not introduce any new warnings or errors
28
- - [ ] I have added tests that prove my fix is effective or that my feature works
36
+ - [ ] I have added tests that prove my fix is effective or that my feature works (where applicable)
29
37
- [ ] New and existing tests pass locally with my changes
30
- - [ ] I have used translation helpers and provided translations (where appropriate)
38
+ - [ ] I have used translation helpers and provided translations (where applicable)
39
+ - [ ] I have run code quality tools (e.g., linters) and addressed any issues
31
40
32
41
## Screenshots (if applicable):
33
42
34
- ## Additional context
43
+ ## Additional Context
35
44
36
- Add any other context or screenshots about the pull request here. Can remove this section if not necessary.
45
+ Add any other context or screenshots about the pull request here. You can remove this section if not necessary.
0 commit comments