mirror of
https://github.com/flyingnobita/obsidian-github-stars.git
synced 2026-07-22 05:42:52 +00:00
docs: add pull request template
Add a concise default PR template covering summary, changes, verification, and issue-closing references.
This commit is contained in:
parent
b4b9d71569
commit
bed0a1abd3
1 changed files with 13 additions and 0 deletions
13
.github/pull_request_template.md
vendored
Normal file
13
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
## Summary
|
||||||
|
Briefly describe the overall objective.
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
- Major change 1
|
||||||
|
- Major change 2
|
||||||
|
|
||||||
|
## Verification
|
||||||
|
- [ ] `pnpm test`
|
||||||
|
- [ ] `pnpm build`
|
||||||
|
|
||||||
|
## Related Issue
|
||||||
|
Closes #
|
||||||
Loading…
Reference in a new issue