You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/docs/guides/contributing.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Typos are embarrassing! Most PR's that fix typos will be accepted immediately. I
27
27
Before contributing:
28
28
29
29
- ensure that the **dev** branch on your fork is in sync with the original **sp-dev-fx-controls-react** repository
30
-
```sh
30
+
```bash
31
31
# assuming you are in the folder of your locally cloned fork....
32
32
git checkout dev
33
33
@@ -39,7 +39,8 @@ Before contributing:
39
39
```
40
40
41
41
- 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
Copy file name to clipboardExpand all lines: docs/documentation/docs/guides/submitting-pr.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ We appreciate your initiative and would love to integrate your work with the res
7
7
-[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)
8
8
- Looking for a quick cheat sheet? Look no further:
9
9
10
-
```sh
10
+
```bash
11
11
# assuming you are in the folder of your locally cloned fork....
0 commit comments