diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ff3a481 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +## How to Contribute +1. Fork the repository +2. Create a new branch (`git checkout -b feature-name`) +3. Make your changes +4. Commit your changes (`git commit -m "feat: add new feature"`) +5. Push to the branch (`git push origin feature-name`) +6. Open a Pull Request