From 2a8f5c125f2a0bf30c81b92795c54fa5e3d0d1d5 Mon Sep 17 00:00:00 2001 From: kalpana-roy Date: Sat, 4 Oct 2025 01:19:08 -0400 Subject: [PATCH 1/3] fixed the issue#644 --- .github/CONTRIBUTING.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f47013e6..f4a0038b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -78,21 +78,13 @@ Together's progress and milestones are split into separate, distinct issues. You > 💡 Issues tagged with `Good 100Devs First Try` are beginner-level issues that are great for fellow 100Devs. -There are two ways to discover issues. +Currently we have the way to discover issues using Issue Tab. ### Issues Tab ![Screenshot of Issues tab on GitHub with example issues representing various stages of a project](assets/contributing-issues-tab.jpg) The [Issues tab](https://github.com/Together-100Devs/Together/issues) contains all of the issues that are currently in progress, planned to be worked on, or need further review. -### Projects Tab - -## ![Screenshot of Projects tab on GitHub](assets/contributing-projects-tab.jpg) - -![Screenshot of Projects view on GitHub](assets/contributing-projects-view.jpg) -A [project management board](https://github.com/users/Together-100Devs/projects/1) also exists for this project on GitHub. The project management board contains relevant issues to advance the project to the next milestone or release. - -> Issues will also be created for any bugs discovered in the project. (Minor fixes and typos do not typically require an issue and can be corrected directly in a pull request with a detailed description.) ## Editing code and submitting a pull request @@ -137,8 +129,7 @@ Now that you have a personal fork of the project on GitHub, you will be able to Now that you have the copy, you will need access to the feature branch related to your issue to create a local working branch to write your code. 1. Set upstream to track the remote repository containing the original repo. (Not just your fork.) - `git remote add upstream https://github.com/Together-100Devs/Together.git` - + 2. Use this command to fetch the list of remote branches. `git fetch upstream` From 6d477f29aeed91aa778cb3c59a683ea7683f6725 Mon Sep 17 00:00:00 2001 From: kalpana-roy Date: Thu, 16 Oct 2025 16:33:15 -0400 Subject: [PATCH 2/3] Fix formatting using Prettier --- .github/CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f4a0038b..678f5c8c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -78,14 +78,13 @@ Together's progress and milestones are split into separate, distinct issues. You > 💡 Issues tagged with `Good 100Devs First Try` are beginner-level issues that are great for fellow 100Devs. - Currently we have the way to discover issues using Issue Tab. + ### Issues Tab ![Screenshot of Issues tab on GitHub with example issues representing various stages of a project](assets/contributing-issues-tab.jpg) The [Issues tab](https://github.com/Together-100Devs/Together/issues) contains all of the issues that are currently in progress, planned to be worked on, or need further review. - ## Editing code and submitting a pull request Use the following process to make changes after an issue has been assigned to you. @@ -129,7 +128,7 @@ Now that you have a personal fork of the project on GitHub, you will be able to Now that you have the copy, you will need access to the feature branch related to your issue to create a local working branch to write your code. 1. Set upstream to track the remote repository containing the original repo. (Not just your fork.) - + 2. Use this command to fetch the list of remote branches. `git fetch upstream` From 78693871221225792302488fb03e6b394f19cd73 Mon Sep 17 00:00:00 2001 From: kalpana-roy Date: Fri, 17 Oct 2025 15:52:31 -0400 Subject: [PATCH 3/3] Fix: restore missing line and format CONTRIBUTING.md --- .github/CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 678f5c8c..562e116b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -127,7 +127,8 @@ Now that you have a personal fork of the project on GitHub, you will be able to Now that you have the copy, you will need access to the feature branch related to your issue to create a local working branch to write your code. -1. Set upstream to track the remote repository containing the original repo. (Not just your fork.) +1. Set upstream to track the remote repository containing the original repo. (Not just your fork.) + `git remote add upstream https://github.com/Together-100Devs/Together.git` 2. Use this command to fetch the list of remote branches. `git fetch upstream`