Skip to content

Commit

Permalink
updated contributing.md 3.1.b VI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
james-aguirre committed Dec 2, 2023
1 parent 0dfad5b commit 98931df
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -975,16 +975,6 @@ Once your pull request is merged you can delete your branch with the following c
```bash
git branch -d update-give-link-2093
```
Now you can move on to your next issue and create a new branch. (This ensures you don’t accidentally include the changes from your previous branch in your new branch)

From here, once your pull request is approved and merged you can pull the recent merge from the Hack For LA repository and delete your local branch:

```bash
git pull upstream gh-pages
git branch -d update-give-link-2093
```

Managing branches this way will keep the commit logs cleaner on the Hack For LA repository, versus merging your completed feature branches into your local repo.

Now you are all set to work on a new PR. Start over at [**2.3 Where can I find GitHub issues to work on?**](#23-where-can-i-find-github-issues-to-work-on) and repeat completing parts 2 and 3.

Expand Down

0 comments on commit 98931df

Please sign in to comment.