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