Coder Social home page Coder Social logo

Comments (31)

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024 1

I am ready to work on this.

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024 1

from awesome-python-projects.

issue-label-bot avatar issue-label-bot commented on May 22, 2024

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.73. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

@JoshikaNetha progress?

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

Discord channel. In the group itself!

from awesome-python-projects.

pranesh-badarinath avatar pranesh-badarinath commented on May 22, 2024

I am ready to solve this issue...if possible assign this issue
thank you

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

@JoshikaNetha You have any progress or should I unassign you?

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

Also, if you take up an issue and don't report within a week, then you will lose points as you are basically curbing others from taking up that issue.

from awesome-python-projects.

pranesh-badarinath avatar pranesh-badarinath commented on May 22, 2024

@garimasingh128 sure (:

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

What issues are you facing with GitHub? Can you send a screenshot or any query that you may have?

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

You can check out these videos:
https://www.youtube.com/watch?v=G1I3HF4YWEw
https://developers.redhat.com/articles/command-line-heroes-game-pull-request

One simple thing I would suggest is:

  • Fork the main repo
  • Clone it from your forked repo
  • Just add your code there
  • Do git add .
  • Do git commit -m "messsage"
  • Go to your forked repo on github and click on Submit a PR

Let me know once you do these and I will tell you further!

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

@JoshikaNetha So you can now create a PR for this issue?

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

You should use your own forked repo's URL while cloning it and then work on it.

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

You may get this error if your folder contains previous files. So before git clone command try to remove all the files from that folder. You can use the below-given command.

$ rm -rf *
$ git clone URL

Or you can try this

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

Run this:

git clone https://github.com/JoshikaNetha/awesome-python-projects.git

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

Follow the instructions. See how other projects are created. Name your folder and add the code and screenshots in it. Then add resources to readme just like how other projects have added theirs. Do this and tell me I'll guide u on how to add a PR to my repo.

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024

You have to create a folder inside the cloned repo by the name BINARY_SEARCH and add your code and screenshots of output inside it. Then, you have to change the README that is already present in the repo. You don't need to create one yourself. Just add the resources in the existing README.

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

garimasingh128 avatar garimasingh128 commented on May 22, 2024
  • Go to your project folder and inside it open Git terminal
  • Type the following cmds
git add .
git commit -m "message"
  • Push your changes by:
git push origin master

from awesome-python-projects.

JoshikaNetha avatar JoshikaNetha commented on May 22, 2024

from awesome-python-projects.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.