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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.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
@@ -22,7 +22,7 @@ This pull request (PR) ...
22
22
23
23
- ...
24
24
25
-
<!--
25
+
<!--
26
26
If you are fixing a GitHub issue, note it using GitHub keyword format (https://help.github.com/en/articles/closing-issues-using-keywords#closing-an-issue-in-a-different-repository) to close the issue when this pull request is merged. Example: `Fixes #1234`
27
27
28
28
`master` is the default branch. Merged pull requests to `master` go live on the site automatically. Any requested changes to content on the `master` branch must be related to the released codebase. Any content related to future releases goes in the `develop` branch.
You can build this site locally in the following ways:
14
14
@@ -225,7 +225,7 @@ If you have questions, open an issue and ask us. We're looking forward to hearin
225
225
226
226
## Build DevDocs in Windows
227
227
228
-
Some of the technologies we use to develop DevDocs is not compatible with Windows, such as [Jekyll](https://jekyllrb.com/docs/windows/). For this reason, we do not support DevDocs management in Windows; however, we have documented the following procedures to build the DevDocs in a Windows environment. Any further use of this setup or troubleshooting is up to you.
228
+
Some of the technologies we use to develop DevDocs is not compatible with Windows, such as [Jekyll](https://jekyllrb.com/docs/windows/). For this reason, we do not support DevDocs management in Windows; however, we have documented the following procedures to build the DevDocs in a Windows environment. Any further use of this setup or troubleshooting is up to you.
229
229
230
230
Download software:
231
231
@@ -248,7 +248,7 @@ Only Administrators can use Chocolatey features. You can use the Administrator a
248
248
249
249
- In the Windows UI, open search and type `path`.
250
250
- In the Windows CMD console, type `echo %path%`.
251
-
251
+
252
252
You should see `C:\ProgramData\chocolatey\bin` in the path.
253
253
254
254
1. Close and reopen the command prompt before using `choco` commands.
@@ -272,7 +272,7 @@ If you have Ruby installed on the workstation, then you can skip this installati
272
272
- In the Windows UI, open search and type `path`.
273
273
- In the Windows CMD console, type `echo %path%`.
274
274
275
-
> **NOTE**
275
+
> **NOTE**
276
276
> If you encounter problems with Ruby, or the `gem` command is not recognized, you can install the `rubyinstaller-devkit.exe` development kit located in the `c:\ProgramData\chocolatey\bin` folder.
277
277
278
278
### Install Git for Windows
@@ -300,7 +300,6 @@ Although you can install Git using Chocolatey, we chose to install _Git for Wind
300
300
301
301
1. Follow the [Generating a new SSH](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) instructions.
302
302
303
-
304
303
### Clone and build the DevDocs repository
305
304
306
305
You may have to close and reopen the Git Bash application after the Choco installations.
@@ -345,5 +344,5 @@ You may have to close and reopen the Git Bash application after the Choco instal
345
344
Server running... press ctrl-c to stop.
346
345
```
347
346
348
-
> **NOTE**
347
+
> **NOTE**
349
348
> The `.bash_profile` file CAN be created and managed using Git Bash, which is useful for aliases and other customizations, This file is in the `users/Administrator` folder.
0 commit comments