Skip to content

Commit 8c32497

Browse files
kalpana-royDevinCLane
authored andcommitted
fixed the issue#644
1 parent 19541f7 commit 8c32497

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,13 @@ Together's progress and milestones are split into separate, distinct issues. You
7878

7979
> 💡 Issues tagged with `Good 100Devs First Try` are beginner-level issues that are great for fellow 100Devs.
8080
81-
There are two ways to discover issues.
8281

82+
Currently we have the way to discover issues using Issue Tab.
8383
### Issues Tab
8484

8585
![Screenshot of Issues tab on GitHub with example issues representing various stages of a project](assets/contributing-issues-tab.jpg)
8686
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.
8787

88-
### Projects Tab
89-
90-
## ![Screenshot of Projects tab on GitHub](assets/contributing-projects-tab.jpg)
91-
92-
![Screenshot of Projects view on GitHub](assets/contributing-projects-view.jpg)
93-
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.
94-
95-
> 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.)
9688

9789
## Editing code and submitting a pull request
9890

@@ -137,8 +129,7 @@ Now that you have a personal fork of the project on GitHub, you will be able to
137129
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.
138130

139131
1. Set upstream to track the remote repository containing the original repo. (Not just your fork.)
140-
`git remote add upstream https://github.com/Together-100Devs/Together.git`
141-
132+
142133
2. Use this command to fetch the list of remote branches.
143134
`git fetch upstream`
144135

0 commit comments

Comments
 (0)