From d1e635ee9d631b3e4a39cf0559884a8f6a9634a8 Mon Sep 17 00:00:00 2001 From: tapheret2 Date: Fri, 10 Jul 2026 02:46:34 +0700 Subject: [PATCH] docs: add CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7f74a8c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contributing + +Thanks for contributing! + +1. Fork the repo +2. Create a branch +3. Make a focused change with tests when practical +4. Open a PR linking the related issue + +Look for issues labeled `good first issue`.