sabazo commited on
Commit
0952bc4
1 Parent(s): 58bd64f

Create pullrequest_template.md

Browse files
.github/ISSUE_TEMPLATE/pullrequest_template.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pull Request Template
2
+
3
+ ## Description
4
+ Please include a brief description of the changes introduced by this PR.
5
+
6
+ ## Related Issue(s)
7
+ - If this PR addresses a particular issue, please reference it here using GitHub's linking syntax, e.g., "Fixes #123".
8
+ - If there's no related issue, briefly explain the motivation behind these changes.
9
+
10
+ ## Changes Made
11
+ Please provide a list of the changes made in this PR.
12
+
13
+ ## Screenshots (if applicable)
14
+ If the changes include UI updates or visual changes, please attach relevant screenshots here.
15
+
16
+ ## Checklist
17
+ - [ ] I have tested my changes locally and ensured that they work as expected.
18
+ - [ ] I have updated the documentation (if applicable).
19
+ - [ ] My code follows the project's coding conventions and style guidelines.
20
+ - [ ] I have added appropriate test cases (if applicable).
21
+ - [ ] I have reviewed my own code to ensure its quality.
22
+
23
+ ## Additional Notes
24
+ Add any additional notes or context about this PR here.
25
+
26
+ ## Reviewer(s)
27
+ - @reviewer1
28
+ - @reviewer2