diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5b710ad --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing to ASL-Project + +Thank you for your interest in contributing to ASL-Project! + +## Getting Started + +1. Fork the repository +2. Clone your fork locally +3. Create a new branch +4. Make your changes +5. Commit and push your changes +6. Open a Pull Request + +## Clone Repository + +```bash +git clone https://github.com/your-username/ASL-Project.git +cd ASL-Project \ No newline at end of file