MunGell / awesome-for-beginners

A list of awesome beginners-friendly projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken hyperlink

ndsvw opened this issue · comments

commented

Hello, I found a broken hyperlink:

Hey, @ndsvw i'm interested to resolve this issue can you assign to me?
so, i can resolve this issue and contribute in your project..
i hope you will give me this opportunity.

commented

Hi @KetanParmar02, this is not my project, so I can't assign the issue to you.
But I guess, you could just fix this issue (create a pull request with the fix) as long as you follow the rules of this project..


BTW: If you are experimenting with how to contribute to GitHub projects / how pull request work and are looking for more issues like this (about broken links), the issues I opened in these projects during the last month could be interesting:

Screenshot_20230601_221059

can you suggest me what should I do next now??

commented

What you want to do is creating a pull request. This is a video about it.

  1. Fork the repository
  2. Clone the fork
  3. Create a new branch and name it like you want (e.g. "linkfix")
  4. Fix the broken link in a text editor of your choice. Save the file..
  5. Create a commit with a message that you fixed the hyperlink and mention "#1294" so that one knows that it's about this issue.
  6. Push the commit to your fork of the project
  7. Go to GitHub and open the page of your fork. There should be a yellow notification asking you to create a pull request. Do that..
  8. Wait until the project owner(s) accept your pull request