Skip to content

Commit

Permalink
Removed trailing spaces from DevTools articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffman committed Sep 18, 2021
1 parent 2b46617 commit 422cd25
Show file tree
Hide file tree
Showing 134 changed files with 12,105 additions and 11,974 deletions.
4 changes: 2 additions & 2 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -972,12 +972,12 @@
"redirect_document_id": false
},
{
"source_path": "microsoft-edge/devtools-guide-chromium/storage/applicationcache.md",
"source_path": "microsoft-edge/devtools-guide-chromium/storage/applicationcache.md",
"redirect_url": "/microsoft-edge/devtools-guide-chromium/index",
"redirect_document_id": false
},
{
"source_path": "microsoft-edge/devtools-guide-chromium/customize/dark-theme.md",
"source_path": "microsoft-edge/devtools-guide-chromium/customize/dark-theme.md",
"redirect_url": "/microsoft-edge/devtools-guide-chromium/customize/theme",
"redirect_document_id": false
},
Expand Down
12 changes: 6 additions & 6 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Microsoft Open Source Code of Conduct
# Microsoft Open Source Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct).
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct).

Resources:
Resources:

* [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)
* [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq)
* Contact [[email protected]](mailto:[email protected]) with questions or concerns
* [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)
* [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq)
* Contact [[email protected]](mailto:[email protected]) with questions or concerns
143 changes: 78 additions & 65 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,106 +1,119 @@
# Contributing to the Microsoft Edge documentation
# Contributing to the Microsoft Edge Developer documentation

Thank you for your interest in the Microsoft Edge documentation. The Microsoft Edge team appreciates your feedback, edits, additions, and help with improving the Microsoft Edge docs. This page covers the basic steps and guidelines for contributing.
Thank you for your interest in the Microsoft Edge Developer documentation. The Microsoft Edge team appreciates your feedback, edits, additions, and help with improving the Microsoft Edge docs. This page covers the basic steps and guidelines for contributing.

## Sign a CLA

If you want to contribute more than a couple lines and you are not a Microsoft employee, you must [sign a Microsoft Contribution Licensing Agreement (CLA)][MicrosoftOpensourceClaMain].
<!-- ====================================================================== -->
## Sign a CLA

If you are a Microsoft Employee, please follow the internal guidance.
If you want to contribute more than a couple lines and you are not a Microsoft employee, you must [sign a Microsoft Contribution Licensing Agreement (CLA)][MicrosoftOpensourceClaMain].

## Proposing a change
If you are a Microsoft Employee, please follow the internal guidance.

To suggest a change to the docs, follow these steps.

1. If you are viewing the [docs.microsoft.com/microsoft-edge][Main] page, select the **Edit** button in the upper-right of the page. You are redirected to the corresponding Markdown source file in the [GitHub repository][GithubMicrosoftdocsEdgedeveloperMain]. If you are already in the GitHub repo, just navigate to the source file that you are changing.
1. If you do not already have a GitHub account, select **Sign Up** in the upper-right and create a new account.
1. From the GitHub page you are changing, select the **pencil** icon.
1. Modify the file and use the **preview** tab to ensure the changes look good.
1. When you are done, commit your changes and open a pull request.
<!-- ====================================================================== -->
## Proposing a change

After you create the pull request, a member of the Microsoft Edge web docs team reviews it. If your request is accepted, updates are published to [docs.microsoft.com/microsoft-edge][Main].
To suggest a change to the docs, follow these steps.

## Making more substantial changes
1. If you are viewing the [docs.microsoft.com/microsoft-edge][Main] page, select the **Edit** button in the upper-right of the page. You are redirected to the corresponding Markdown source file in the [GitHub repository][GithubMicrosoftdocsEdgedeveloperMain]. If you are already in the GitHub repo, just navigate to the source file that you are changing.
1. If you do not already have a GitHub account, select **Sign Up** in the upper-right and create a new account.
1. From the GitHub page you are changing, select the **pencil** icon.
1. Modify the file and use the **preview** tab to ensure the changes look good.
1. When you are done, commit your changes and open a pull request.

To make substantial changes to an existing article, add or change images, or contribute a new article, the Microsoft Edge team recommends forking the repo into your GitHub account, and then creating a local clone.
You may select the **Fork** button in the top-right corner of the [GitHub repo][GithubMicrosoftdocsEdgedeveloperMain].
You may select the green **Clone or download** button, copy to your clipboard, then run the following code in your command-line.
After you create the pull request, a member of the Microsoft Edge web docs team reviews it. If your request is accepted, updates are published to [docs.microsoft.com/microsoft-edge][Main].


<!-- ====================================================================== -->
## Making more substantial changes

To make substantial changes to an existing article, add or change images, or contribute a new article, the Microsoft Edge team recommends forking the repo into your GitHub account, and then creating a local clone.
1. Select the **Fork** button in the top-right corner of the [GitHub repo][GithubMicrosoftdocsEdgedeveloperMain].
2. Select the green **Clone or download** button, copy to your clipboard, then run the following code at your command prompt:

```shell
git clone {paste_your_repo_clone_link}
```
```

For more info, see [Fork a Repo][GithubHelpGettingStartedForkRepo].

If you are unfamiliar with using Git, visit [Lynda.com Git Essentials training][LyndaGitTutorialsEssentialTraining102222].

For more info, see [Fork a Repo][GithubHelpGettingStartedForkRepo].

If you are unfamiliar with using Git, visit [Lynda.com Git Essentials training][LyndaGitTutorialsEssentialTraining102222].
<!-- ====================================================================== -->
## Authoring your contribution

## Authoring your contribution
After you have cloned the repo to your local machine, begin authoring with the text editor of your choice. The Microsoft Edge team, of course, recommends [Visual Studio Code][VisualstudioCodeMain], a free lightweight open source editor from Microsoft.

After you have cloned the repo to your local machine, begin authoring with the text editor of your choice. The Microsoft Edge team, of course, recommends [Visual Studio Code][VisualstudioCodeMain], a free lightweight open source editor from Microsoft.

## Submitting your contribution and filing a Pull Request (PR)
<!-- ====================================================================== -->
## Submitting your contribution and filing a Pull Request (PR)

After you are ready to add your changes to the remote repo so that the changes are staged for publishing, enter the following code in the command-line.
After you are ready to add your changes to the remote repo so that the changes are staged for publishing, enter the following code in the command-line.

| Step | Command | Details |
|:--- |:--- |:--- |
| 1 | `git status` | This command displays the files you have changed so that you may confirm that you intended to make those changes. |
| 2 | `git add -A` | This command tells git to add all of your changes. If you prefer to only add the changes you have made to one particular file, instead enter the command: `git add {file.md}`, where `file.md` represents the name the file containing your changes. |
| 3 | `git commit -m "Fixed a few typos"` | This command tells git to commit the changes that you added in the previous step, along with a short message describing the changes that you made. |
| 4 | `git push origin {your_branch_name}` | This command pushes your changes to the remote repo that you forked on GitHub \(the `origin`\) into the branch that you have specified. Because you have forked the repo to your own GitHub account, you are welcome to do your work in the `master` branch. |
| Step | Command | Details |
|:--- |:--- |:--- |
| 1 | `git status` | This command displays the files you have changed so that you can confirm that you intended to make those changes. |
| 2 | `git add -A` | This command tells git to add all of your changes. If you prefer to only add the changes you have made to one particular file, instead enter the command: `git add {file.md}`, where `file.md` represents the name the file containing your changes. |
| 3 | `git commit -m "Fixed a few typos"` | This command tells git to commit the changes that you added in the previous step, along with a short message describing the changes that you made. |
| 4 | `git push origin {your_branch_name}` | This command pushes your changes to the remote repo that you forked on GitHub \(the `origin`\) into the branch that you have specified. Because you have forked the repo to your own GitHub account, you are welcome to do your work in the `master` branch. |

When you are happy with your changes and ready to submit a PR:
When you are happy with your changes and ready to submit a PR:

1. Go to your fork of the edge-develop repo:

1. Go to your fork of the edge-develop repo:

```https
https://github.com/{your_github_alias}/edge-developer
```
1. Select the **New pull request** button. \(The `base fork` is listed as `MicrosoftDocs/edge-developer`, the `head fork` should show your fork of the repo, and the branch in which you made your changes.\) You may review your changes here as well.
1. Select the green **Create pull request** button. You must give your Pull Request a title and description, then select the **Create pull request** button again.
1. After pushing your contribution to the remote repo, you are sent an email from **Open Publishing Build Service** informing whether your contribution built successfully and linking to any error warnings such as broken links, select the links to see your content staged on the site.
1. After your PR is submitted, a member of the Microsoft Edge docs team reviews it.
## Working with Branches
```
1. Select the **New pull request** button. \(The `base fork` is listed as `MicrosoftDocs/edge-developer`, the `head fork` should show your fork of the repo, and the branch in which you made your changes.\) You can review your changes here as well.
1. Select the green **Create pull request** button. You must give your Pull Request a title and description, then select the **Create pull request** button again.
1. After pushing your contribution to the remote repo, you are sent an email from **Open Publishing Build Service** informing whether your contribution built successfully and linking to any error warnings such as broken links, select the links to see your content staged on the site.
1. After your PR is submitted, a member of the Microsoft Edge docs team reviews it.
<!-- ====================================================================== -->
## Working with Branches
The [Microsoft Edge Docs GitHub repository][GithubMicrosoftdocsEdgedeveloperMain] utilizes the following two main parent branches.
The [Microsoft Edge Docs GitHub repository][GithubMicrosoftdocsEdgedeveloperMain] utilizes the following two main parent branches.
| Branch | Details |
|:--- |:--- |
| [master][GithubMicrosoftdocsEdgedeveloperMaster] | The content is internally reviewed. |
| [live][GithubMicrosoftdocsEdgedeveloperLive] | The content has been published on the [live site][Main]. |
| Branch | Details |
|:--- |:--- |
| [master][GithubMicrosoftdocsEdgedeveloperMaster] | The content is internally reviewed. |
| [live][GithubMicrosoftdocsEdgedeveloperLive] | The content has been published on the [live site][Main]. |
When making contributions, please submit your Pull Request \(PR\) to the `master` branch. This branch is viewable internally and should only contain contributions that are ready to publish live.
When making contributions, please submit your Pull Request \(PR\) to the `master` branch. This branch is viewable internally and should only contain contributions that are ready to publish live.
## Using issues to provide feedback on Microsoft Edge documentation
To provide feedback rather than directly modifying actual documentation pages, [create an issue][GithubMicrosoftdocsEdgedeveloperNewIssue].
<!-- ====================================================================== -->
## Using issues to provide feedback on Microsoft Edge documentation
Be sure to include the topic title and the URL for the page.
To provide feedback rather than directly modifying actual documentation pages, [create an issue][GithubMicrosoftdocsEdgedeveloperNewIssue].
## See also
Be sure to include the topic title and the URL for the page.
### Additional resources
* [Getting started with writing and formatting on GitHub][GithubHelpWritingGettingStarted]
<!-- ====================================================================== -->
## See also
<!-- image links -->
* [Getting started with writing and formatting on GitHub][GithubHelpWritingGettingStarted]
<!-- links -->
[Main]: https://docs.microsoft.com/microsoft-edge "Microsoft Edge documentation | Microsoft Docs"
<!-- ====================================================================== -->
<!-- links -->
[Main]: https://docs.microsoft.com/microsoft-edge "Microsoft Edge documentation | Microsoft Docs"
[GithubHelpGettingStartedForkRepo]: https://help.github.com/github/getting-started-with-github/fork-a-repo "Fork a repo | GitHub Help"
[GithubHelpWritingGettingStarted]: https://help.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github "Getting started with writing and formatting on GitHub | GitHub Help"
[GithubHelpGettingStartedForkRepo]: https://help.github.com/github/getting-started-with-github/fork-a-repo "Fork a repo | GitHub Help"
[GithubHelpWritingGettingStarted]: https://help.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github "Getting started with writing and formatting on GitHub | GitHub Help"
[GithubMicrosoftdocsEdgedeveloperMain]: https://github.com/MicrosoftDocs/edge-developer "MicrosoftDocs/edge-developer | GitHub"
[GithubMicrosoftdocsEdgedeveloperNewIssue]: https://github.com/MicrosoftDocs/edge-developer/issues/new "New Issue - MicrosoftDocs/edge-developer | GitHub"
[GithubMicrosoftdocsEdgedeveloperLive]: https://github.com/MicrosoftDocs/edge-developer/tree/live "MicrosoftDocs/edge-developer @ live | GitHub"
[GithubMicrosoftdocsEdgedeveloperMaster]: https://github.com/MicrosoftDocs/edge-developer/tree/master "MicrosoftDocs/edge-developer @ master | GitHub"
[GithubMicrosoftdocsEdgedeveloperMain]: https://github.com/MicrosoftDocs/edge-developer "MicrosoftDocs/edge-developer | GitHub"
[GithubMicrosoftdocsEdgedeveloperNewIssue]: https://github.com/MicrosoftDocs/edge-developer/issues/new "New Issue - MicrosoftDocs/edge-developer | GitHub"
[GithubMicrosoftdocsEdgedeveloperLive]: https://github.com/MicrosoftDocs/edge-developer/tree/live "MicrosoftDocs/edge-developer @ live | GitHub"
[GithubMicrosoftdocsEdgedeveloperMaster]: https://github.com/MicrosoftDocs/edge-developer/tree/master "MicrosoftDocs/edge-developer @ master | GitHub"
[LyndaGitTutorialsEssentialTraining102222]: https://www.lynda.com/Git-tutorials/Git-Essential-Training/100222-2.html "Git Essential Training (2012) | Lynda.com"
[LyndaGitTutorialsEssentialTraining102222]: https://www.lynda.com/Git-tutorials/Git-Essential-Training/100222-2.html "Git Essential Training (2012) | Lynda.com"
[MicrosoftOpensourceClaMain]: https://cla.opensource.microsoft.com "Contributor License Agreement | Microsoft Open Source"
[MicrosoftOpensourceClaMain]: https://cla.opensource.microsoft.com "Contributor License Agreement | Microsoft Open Source"
[VisualstudioCodeMain]: https://code.visualstudio.com "Visual Studio Code"
[VisualstudioCodeMain]: https://code.visualstudio.com "Visual Studio Code"
Loading

0 comments on commit 422cd25

Please sign in to comment.