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: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This repo contains the source code and documentation powering [docs.hackerone.co
21
21
22
22
### Running locally
23
23
24
-
1.`yarn run gatsby develop` to start the hot-reloading development server (powered by [Gatsby](https://www.gatsbyjs.org))
24
+
1.`yarn develop` to start the hot-reloading development server (powered by [Gatsby](https://www.gatsbyjs.org))
25
25
1.`open http://localhost:8000` to open the site in your favorite browser
26
26
27
27
### Deploy
@@ -34,7 +34,7 @@ This repo contains the source code and documentation powering [docs.hackerone.co
34
34
35
35
### Guidelines
36
36
37
-
The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the [contributing guidelines](https://github.com/Hacker0x01/docs.hackerone.com/blob/master/contributing-guidelines.md) for the appropriate sections.
37
+
The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the [contributing guidelines](https://github.com/Hacker0x01/docs.hackerone.com/blob/master/CONTRIBUTING.md) for the appropriate sections.
38
38
39
39
### Create a branch
40
40
@@ -58,10 +58,11 @@ The documentation is divided into several sections with a different tone and pur
58
58
59
59
1.`git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fixed header logo on Android`) to stage and commit your changes
60
60
1.`git push my-fork-name the-name-of-my-branch`
61
-
1. Go to the [docs.hackerone.com repo](https://github.com/Hacker0x01/docs.hackerone.com) and you should see recently pushed branches.
61
+
1. Go to the [docs.hackerone.com repo](https://github.com/Hacker0x01/docs.hackerone.com), and you should see recently pushed branches.
62
62
1. Follow GitHub's instructions.
63
63
1. If possible, include screenshots of visual changes.
0 commit comments