From ad26f71a9c18eb17b789c38f1073e6348e32f720 Mon Sep 17 00:00:00 2001 From: blankie Date: Tue, 9 Jun 2026 03:15:55 +0000 Subject: [PATCH] add CONTRIBUTING.md and issue template --- .github/ISSUE_TEMPLATE.md | 7 +++++++ CONTRIBUTING.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3105410 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +**Describe the issue** + +**Steps to reproduce** + +**Expected vs actual behavior** + +**Environment (OS, Python version, install method)** diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6807493 --- /dev/null +++ b/CONTRIBUTING.md @@ -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.