diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5c09042 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing + +Thanks for taking a look. + +## Development + +- Keep changes small and reviewable. +- Prefer simple, inspectable solutions over cleverness. +- Add a short **How to test** section in PR descriptions. + +## Pull requests + +Please include: +- What changed +- Why +- How to test +- Notes / risks +