From 75a638f78d27ec96448f8a0db613ab56a1546493 Mon Sep 17 00:00:00 2001 From: Prasiddha Pal Date: Mon, 18 May 2026 18:42:34 +0530 Subject: [PATCH] Add CONTRIBUTING.md guidelines --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRIBUTING.md 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