We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a488d27 commit 091fb3bCopy full SHA for 091fb3b
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,24 @@
1
+# Pull Request Template
2
+
3
+## PR Description
4
+Please provide a background of this PR and its purpose here.
5
6
+## Linked Issue
7
+If this PR addresses any issues, please mention them here. For example: Resolves #123
8
9
+## Type of Change
10
+- [ ] Bug fix
11
+- [ ] New feature
12
+- [ ] Performance enhancement
13
+- [ ] Code refactor
14
+- [ ] Documentation update
15
+- [ ] Other, please describe:
16
17
+## Checklist
18
+Before submitting this PR, please make sure:
19
+- [ ] I have read the [CONTRIBUTING.md](/CONTRIBUTING.md) guidelines.
20
+- [ ] I have tested my changes locally to ensure they are effective.
21
+- [ ] I have updated the necessary documentation (if applicable).
22
23
+## Additional Information
24
+Provide any other important information about this PR here.
0 commit comments