chore: add contribution docs and issue/PR templates (#3)

This commit is contained in:
ilya-bov
2026-02-27 13:20:02 +03:00
committed by GitHub
parent ac760b4ada
commit 1357fd9b7f
9 changed files with 332 additions and 0 deletions

21
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,21 @@
## Summary
Describe the problem and the intent of this PR.
## What Changed
-
## How to Test
1.
2.
3.
## Checklist
- [ ] PR is focused on one topic.
- [ ] I ran `npm run lint`.
- [ ] I ran `npm run build`.
- [ ] I updated docs when behavior changed.
- [ ] I linked related issue(s).