Skip to content

Commit 4e680f7

Browse files
oneanupamanupam
and
anupam
authored
chore: TGB#1 added the pr template (#2)
Co-authored-by: anupam <anupamyadav0224@gmail.com>
1 parent 670e0dc commit 4e680f7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/pull-request_template.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)