Skip to content

Commit 539797a

Browse files
Create commit-note-template.md, feat(snippets/glide-helpers): add environment-aware logger, paginated query, and PR note template
A reusable template for PR or commit descriptions to provide clarity and context to reviewers.
1 parent 49da63c commit 539797a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# commit-note-template
2+
3+
> A small text template you can paste in PR comments or commit messages to help maintainers understand your change quickly.
4+
5+
**Use case:**
6+
While submitting Hacktoberfest PRs, I realized reviewers appreciate clarity. This template summarizes your snippet purpose and what changed in 3 lines.
7+
8+
```text
9+
### PR Summary
10+
- Added new snippet: <name>.md
11+
- Purpose: Explain what problem it solves and how it helps builders.
12+
- Tested: Local review or example output shown in snippet.
13+
14+
Thank you for reviewing!

0 commit comments

Comments
 (0)