From 123222a5312a2637eca9a0f467a689870c3266bc Mon Sep 17 00:00:00 2001 From: Penuel Gad Date: Tue, 24 Mar 2026 14:28:57 +0300 Subject: [PATCH] docs: add contributing guide --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..52e8550 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing to BOS + +## How to Contribute +1. Fork the repository +2. Create a feature branch +3. Make your changes +4. Submit a pull request + +## Code Style +- Follow existing code conventions +- Write meaningful commit messages +- Add tests for new features + +## Getting Help +Open an issue for bugs or questions