From 1d2d64aca45c5cef013d97aaf18078d69ee7d7ed Mon Sep 17 00:00:00 2001 From: Joshua Thomas <111826880+thomasalex122@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:17:11 +0530 Subject: [PATCH] Improve Contribution Section in README for Better Visibility and Engagement - Added a "How to Contribute" section to the README with clear steps on contributing. - Enhanced the section with emojis, and styling to make it more visually appealing and engaging. - Linked to the existing CONTRIBUTING.md file to avoid duplication and keep things organized. - This change aims to encourage more contributions by making the process easier to find and understand. --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index e67635b5..0ddb8967 100644 --- a/README.md +++ b/README.md @@ -1284,5 +1284,27 @@ The Event Loop is a critical part of JavaScript’s concurrency model, ensuring **[⬆ Back to Top](#table-of-contents)** + + +--- + +## 🚀 How to Contribute + +We'd ❤️ to have your help in making this repository better! If you're passionate about JavaScript and want to contribute, here's how you can get involved: + +### 💡 Ways to Contribute: +- 📚 **Add examples**, resources, or explanations to any concept. +- 🛠️ **Improve documentation** and code snippets for clarity. +- 🌟 **Suggest or introduce new JavaScript concepts** that aren't covered yet. + +Check out our [Contributing Guidelines](./CONTRIBUTING.md) to get started and learn more about how to contribute effectively. + +Together, let's build a comprehensive JavaScript resource! 💪 + +--- + + + + ## License This software is licensed under MIT License, See [License](https://github.com/leonardomso/33-js-concepts/blob/master/LICENSE) for more information ©Leonardo Maldonado.