From 5b9f9e728ee573ea083bedfda021730c0e6f552a Mon Sep 17 00:00:00 2001 From: premier848 Date: Sun, 4 Jan 2026 16:25:48 +0330 Subject: [PATCH] Contributing to Simple Greeting Function Project ## 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 --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md 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