add CONTRIBUTING.md and issue template

This commit is contained in:
blankie 2026-06-09 03:15:55 +00:00
parent 3304729d02
commit ea34a7f5d7
2 changed files with 10 additions and 0 deletions

7
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,7 @@
**Describe the issue**
**Steps to reproduce**
**Expected vs actual behavior**
**Environment (OS, Python version, install method)**

3
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,3 @@
This is a one-person project maintained in spare time. Bug reports and patches are welcome, but there are no guarantees around response time, acceptance, or ongoing support.
Code was generated by LLMs. If you submit a PR, assume I'll review it the same way — I'll look for whether it works and whether it fits, not whether it's idiomatic or perfectly styled.