From fa36c291ae9684ef4e4dccf1211c1981bdfaf1e8 Mon Sep 17 00:00:00 2001 From: iamsopotatoe <229453216+iamsopotatoe-coder@users.noreply.github.com> Date: Wed, 20 May 2026 16:00:45 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..fcc59f0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +## Contributing + +TinyLoad is one cpp file by design. I want to keep it that way. + +**What I'm looking for:** +- Bug reports (file an issue if it breaks on your exe) +- Feature ideas (open an issue to discuss) +- PRs for small fixes or improvements that stay in the single file + +**What I'm not looking for:** +- Splitting into multiple files +- Adding dependencies +- Major rewrites without discussion first + +**Before opening a PR:** +- Open an issue first so we can discuss +- Test on a few different exes + +Thanks for checking out the project.