From 459e26e3438e65ab3445a54507f4954270b60232 Mon Sep 17 00:00:00 2001 From: Nalwoga Date: Tue, 21 Apr 2026 17:12:03 +0300 Subject: [PATCH] docs: add CONTRIBUTING.md and quick-start guide for issue #50 --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5f35fce --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Contributing to BOS + +Thank you for your interest in contributing to BOS! 🎉 + +## 📜 Code of Conduct + +By participating in this project, you agree to maintain a respectful and inclusive environment for everyone. + +## 🚀 Getting Started + +### Prerequisites +- Node.js (v16 or higher) +- npm or yarn +- Git + +### Fork the Repository +1. Go to https://github.com/bos-com/BOS +2. Click the "Fork" button (top right) +3. Clone your fork: + ```bash + git clone https://github.com/YOUR_USERNAME/BOS.git + cd BOS