Blocship / star_book

A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.
https://www.starbook.dev
MIT License
133 stars 108 forks source link

Update CONTRIBUTING.md #516

Closed Redvey closed 8 months ago

Redvey commented 8 months ago

Pull Request Description: This pull request addresses the following changes in the project's documentation:

Replaces the GitHub issues link in CONTRIBUTING.md from "https://github.com/hashirshoaeb/star_book/issues" to "https://github.com/Blocship/star_book/issues". This change aligns the documentation with the correct GitHub repository and will help users and contributors navigate to the correct location for reporting issues and seeking help.

Closes Issues: Closes #485

AbdullahAhmedSoomro commented 8 months ago

@Redvey Bro i mentioned you in your previous PR that one PR for one issue you changed the link in two different places the second link you changed is from different issue which is #486 Help Needed Section and also please go through Contributing in Readme.md for branch naming. Here you can see: image

I am closing this PR too

Redvey commented 8 months ago

@AbdullahAhmedSoomro I misjudged your statement, I am raising a new PR for issue #486

AbdullahAhmedSoomro commented 8 months ago

No issue, let me know if you need any guidance from me

Redvey commented 8 months ago

@AbdullahAhmedSoomro Hello there, I created a new branch called new feature where I solved the #485 issue. So do I need to create another new branch to commit #486 changes?

AbdullahAhmedSoomro commented 8 months ago

Hey, I accepted your PR but the branch name is not correct for the issue, it is my mistake that I didn't guide you properly, let me just explained it so that you can make correct PRs for this project. So if the issue is related to documentation like the changes is in readme.md or Contibuting.md there is a branch named doc you have to make PR that merge into doc branch not in dev, basically all issues related to documentation will be merged in to doc branch, and the name of the branch for issue will be like this doc/helpNeededDoc or helpNeededDoc for issue #486, and yes you have to work on new branch for new issue, any query or confusion regarding this feel free to ask. Thanks alot for your contribution!

Redvey commented 8 months ago

Thank you so much, now I will try to make the perfect PR