Commit 4e680f7 1 parent 670e0dc commit 4e680f7 Copy full SHA for 4e680f7
File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Description
2
+ Please include a short summary of the update made along with the context.
3
+
4
+ ## Checklist
5
+ - [ ] Review or self-review of the code is performed.
6
+ - [ ] Code has been fully tested and completely functional.
7
+
8
+ ## Type of Change
9
+ - [ ] break: Resolved a breaking change. This will increment the major version.
10
+ - [ ] feat: A new feature or enhancement added to the codebase. This will increment the minor version.
11
+ - [ ] fix: A bug fix or correction to resolve an issue. This will increment the patch version.
12
+ - [ ] chore: Other changes not directly affecting the code (e.g., documentation update). No version increment.
13
+
14
+ ## Reference
15
+ https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
You can’t perform that action at this time.
0 commit comments