File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # PR Title
2
+ Give a title to your PR
3
+
4
+ ## Summary
5
+
6
+ summary...
7
+ <!-- give a short summary of your changes you made in the repository -->
8
+
9
+ ## Description
10
+
11
+ <!-- Description of your changes in detail in a better understandable way-->
12
+
13
+ ### The changes are as follows:
14
+ - Change 1
15
+ - Change 2
16
+
17
+ <!-- You can add all your changes here -->
18
+
19
+ ## Checks
20
+
21
+ ### in the repository
22
+
23
+ - [ ] Made no changes that degrades the functioning of the repository
24
+ - [ ] Gave each commit a better title (unlike updated README.md)
25
+
26
+ ### in the PR
27
+ - [ ] Followed the format of the pull_request_template
28
+ - [ ] Made the Pull Request in a small level (for the creator's wellfare)
29
+ - [ ] Tested the changes you made
30
+
31
+ <!-- Dont worry even if your PR doesn't satisfy every checks make sure it atleast does any two(including the first one) -->
32
+
33
+ Thank You,
34
+
35
+ [ Your Name]
You can’t perform that action at this time.
0 commit comments