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: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ If there's _not_ an existing issue, please open one first to make it more likely
13
13
### What's being changed (if available, include any code snippets, screenshots, or gifs):
14
14
15
15
<!-- Let us know what you are changing. Share anything that could provide the most context.
16
-
If you made changes to the `content` directory, a table will populate in a comment below with links to the preview and current production articles. -->
16
+
If you made changes to the `content` directory, a table will populate in a comment below with links to the review and current production articles. -->
17
17
18
18
### Check off the following:
19
19
20
20
-[ ] A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
21
21
-[ ] The changes in this PR meet [the docs fundamentals that are required for all content](http://docs.github.com/en/contributing/writing-for-github-docs/about-githubs-documentation-fundamentals).
22
-
-[ ] All CI checks are passing and the changes look good in the preview environment.
22
+
-[ ] All CI checks are passing and the changes look good in the review environment.
Copy file name to clipboardExpand all lines: contributing/development.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
@@ -34,7 +34,7 @@ Power users may want to read more about [debugging the docs application](./debug
34
34
35
35
As an alternative, you can simply use [GitHub Codespaces](https://docs.github.com/en/codespaces/overview). For more information about using a codespace for working on GitHub documentation, see [Working in a codespace](https://github.com/github/docs/blob/main/contributing/codespace.md).
36
36
37
-
In a matter of minutes, you will be ready to edit, preview and test your changes directly from the comfort of your browser.
37
+
In a matter of minutes, you will be ready to edit, review and test your changes directly from the comfort of your browser.
|[search-replace](https://github.com/OnkarRuikar/markdownlint-rule-search-replace)| deprecated liquid syntax: site.data | Catch occurrences of deprecated liquid data syntax. | error ||
32
31
|[search-replace](https://github.com/OnkarRuikar/markdownlint-rule-search-replace)| deprecated liquid syntax: octicon-<icon-name> | The octicon liquid syntax used is deprecated. Use this format instead `octicon "<octicon-name>" aria-label="<Octicon aria label>"`| error ||
Copy file name to clipboardExpand all lines: src/bookmarklets/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Bookmarklets
2
2
3
-
The [bookmarklets](https://en.wikipedia.org/wiki/Bookmarklet) in this directory are browser shortcuts that may help with reviewing GitHub documentation. We may eventually build the functionality they provide into Docs preview environments, but these are handy hacks for now.
3
+
The [bookmarklets](https://en.wikipedia.org/wiki/Bookmarklet) in this directory are browser shortcuts that may help with reviewing GitHub documentation. We may eventually build the functionality they provide into Docs review environments, but these are handy hacks for now.
4
4
5
5
## Installing bookmarklets
6
6
@@ -17,19 +17,19 @@ Clicking the bookmark will then execute the JavaScript.
When you're looking at a page on docs.github.com or a preview server at preview.ghdocs.com, clicking this bookmarklet will load the same path you're viewing but on your local server running at localhost:4000.
20
+
When you're looking at a page on docs.github.com or a review server, clicking this bookmarklet will load the same path you're viewing but on your local server running at localhost:4000.
When you're looking at a page on a preview server at preview.ghdocs.com or your local server running at localhost:4000, clicking this bookmarklet will load the same path you're viewing but on the live documentation site at docs.github.com.
26
+
When you're looking at a page on a review server or your local server running at localhost:4000, clicking this bookmarklet will load the same path you're viewing but on the live documentation site at docs.github.com.
When you're looking at a page on either docs.github.com, preview.ghdocs.com, or localhost:4000, clicking this bookmarklet will open the source Markdown file from your local checkout in VS Code.
32
+
When you're looking at a page on either docs.github.com, review, or localhost:4000, clicking this bookmarklet will open the source Markdown file from your local checkout in VS Code.
0 commit comments