From ceca11c2dea1e07e5b29d5473b9da7f5a905cb37 Mon Sep 17 00:00:00 2001 From: mansi <157950124+cantexitvim@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:54:56 +0000 Subject: [PATCH] Update Contributing.md --- Contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contributing.md b/Contributing.md index f05b6a9..23753e6 100644 --- a/Contributing.md +++ b/Contributing.md @@ -26,7 +26,7 @@ node server.js --- -## 🚀 Getting Started +## Getting Started 1. **Fork the repo:** Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account. @@ -113,9 +113,9 @@ git push origin 9. **Wait for Review:** Your pull request will now be available for review by the project maintainers. They may provide feedback or ask for changes before merging your pull request into the main branch of the Stackoverflow-Analysis repository. -## 🎉 Additional Notes +## Additional Notes - Make sure to sync your fork with the latest changes from the original repo before pushing new features. - Respect coding conventions and keep your code clean. Comment your changes for ease in review. -Welcome to Open-Source and thank you for contributing! 🙌 +Welcome to Open-Source and thank you for contributing