Welcome to our open-source project! We're thrilled that you're considering contributing. This repository aims to compile the most asked questions, programs, codes, design questions, and more in one centralized location to aid developers, enthusiasts, and learners.
By making pull requests and following below rules, you can practive open source contribution.
We encourage and welcome contributions from everyone. Whether it's adding commonly asked questions, providing code samples, or sharing design concepts, your input is valuable.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
git clone https://github.com/initeshjain/100x-interview-ready.git
- Create a new branch by your github-username-CurrentDate example initeshjain-20240125 (YYYYMMDD).
git checkout -b github-username-CurrentDate
- Make your changes, add your code, or new questions.
- Commit your changes with clear messages.
git commit -m "meaningful message"
- Push your changes to your fork.
git push origin github-username-CurrentDate
- Finally, open a pull request in this repository.
- Add commonly asked questions related to programming languages, tools, frameworks, etc.
- Provide concise, informative answers.
- Share code snippets, programs, algorithms, or solutions to problems.
- Ensure code quality and readability.
- Offer design principles, concepts, and solutions.
- Include diagrams, if applicable.
Please note that this project follows a Code of Conduct. All contributors are expected to adhere to it.
If you have any questions, issues, or need further guidance, feel free to create an issue. We're here to assist you.
We deeply appreciate all contributors who have helped shape this project.
This project is licensed under the [License Name] - see the LICENSE file for details.
Feel free to adapt this template to suit your project's specific needs and structure. It's essential to create an inviting, clear, and concise guide for potential contributors.