Skip to content

Commit

Permalink
Merge pull request #1724 from ValerasNarbutas/master
Browse files Browse the repository at this point in the history
fix bug in readme display issue #1495
  • Loading branch information
AJIXuMuK authored Feb 11, 2024
2 parents f479e18 + e924e10 commit d32a3c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/documentation/docs/guides/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Typos are embarrassing! Most PR's that fix typos will be accepted immediately. I
Before contributing:

- ensure that the **dev** branch on your fork is in sync with the original **sp-dev-fx-controls-react** repository
```sh
```bash
# assuming you are in the folder of your locally cloned fork....
git checkout dev

Expand All @@ -39,7 +39,8 @@ Before contributing:
```

- create a feature branch for your change. If you'll get stuck on an issue or merging your PR will take a while, this will allow you to have a clean dev branch that you can use for contributing other changes
```sh
```bash
git checkout -b my-contribution
```
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/docs/guides/submitting-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We appreciate your initiative and would love to integrate your work with the res
- [AC: Keep Your Forked Git Repo Updated with Changes from the Original Upstream Repo](http://www.andrewconnell.com/blog/keep-your-forked-git-repo-updated-with-changes-from-the-original-upstream-repo)
- Looking for a quick cheat sheet? Look no further:

```sh
```bash
# assuming you are in the folder of your locally cloned fork....
git checkout dev

Expand Down

0 comments on commit d32a3c5

Please sign in to comment.