Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for contributors #1

Closed
https-sharif opened this issue Sep 14, 2024 · 0 comments · Fixed by #4
Closed

Looking for contributors #1

https-sharif opened this issue Sep 14, 2024 · 0 comments · Fixed by #4
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@https-sharif
Copy link
Owner

Looking for Contributors!

Hello everyone,

I'm reaching out to the community to invite contributions to my repository, LeetCode-Solutions. I would greatly appreciate any help in enhancing this project!

What This Repository Is About

This repository contains solutions to various LeetCode problems in C++. I am looking to expand this repository with implementations in other programming languages, such as Python, Java, and JavaScript.

How You Can Contribute

  1. Add Solutions in Other Languages: If you're proficient in Python, Java, JavaScript, or any other language, you can help by adding solutions to the existing problems.
  2. Improve Existing Solutions: Review and optimize the current C++ solutions, or provide alternative approaches.
  3. Documentation: Help by improving the documentation or adding more detailed explanations to the existing solutions.

How to Get Started

  1. Fork the Repository: Click on the "Fork" button at the top right of this page to create your copy of the repository.
  2. Clone Your Fork: Clone your forked repository to your local machine:
    git clone https://github.com/sharif-islam96403/leetcode-solution.git
  3. Create a New Branch:
    git checkout -b your-branch-name
  4. Make Your Changes: Implement your changes or add new solutions.
  5. Commit Your Changes:
    git add .
    git commit -m "Add/Update description of your changes"
  6. Push to Your Fork:
    git push origin your-branch-name
  7. Create a Pull Request: Go to the repository on GitHub and create a pull request from your forked repository.

Need Help?

If you have any questions or need assistance, feel free to reach out to me directly via email. I’m here to help and provide any guidance you may need!

Thank you for considering contributing to this project. Your contributions will be credited and greatly appreciated!

Best regards,
Sharif Islam

@https-sharif https-sharif added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 14, 2024
@https-sharif https-sharif pinned this issue Sep 14, 2024
@https-sharif https-sharif linked a pull request Sep 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant