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