Skip to content

Commit

Permalink
Delete issues template and update more articles
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrevier committed Feb 27, 2024
1 parent 49076b0 commit 18e2918
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 31 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/general-issue-template.md

This file was deleted.

5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thanks for contributing to the [Microsoft Learn contributor guide](https://learn

## Quality control

- [ ] 1. **Successful build with no warnings**: Review the build status to make sure **all checks are green** (Succeeded).
- [ ] 1. **Successful build with no warnings or errors**: Review the build status to make sure **all checks are green** (Succeeded).

- [ ] 2. **#Sign-off**: Once the PR is finalized and ready to be merged, indicate so by typing `#sign-off` in a new comment in the PR. Signing off means the document is ready for review and can be published at any time.

Expand All @@ -15,5 +15,4 @@ Thanks for contributing to the [Microsoft Learn contributor guide](https://learn

## Need help?

- If you have an open PR, tag the PR reviewers in comment with your question: `@carlyrevier, @jehchow`
- Open an issue in this repo and tag the PR reviewers.
If you have an open PR, tag the PR reviewers in a comment with your question: `@carlyrevier, @jehchow`
2 changes: 1 addition & 1 deletion Contribute/content/docs-authoring/metadata-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ feedback_product_url: https://github.com/microsoft/vscode-docs-authoring/issues

## Summary

The Metadata explorer appears automatically in the Explorer side bar of Visual Studio Code when you open a Learn Markdown file. It has two main sections: [required metadata](../metadata.md#required-metadata) and [optional metadata](../metadata.md#optional-metadata).
The Metadata explorer appears automatically in the Explorer sidebar of Visual Studio Code when you open a Learn Markdown file. It has two main sections: [required metadata](../metadata.md#required-metadata) and [optional metadata](../metadata.md#optional-metadata).

:::image type="content" source="media/metadata-explorer.PNG" alt-text="Metadata explorer in Visual Studio Code":::

Expand Down
4 changes: 2 additions & 2 deletions Contribute/content/git-github-fundamentals.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Git and GitHub essentials for Microsoft Learn documentation
description: This article defines key terms, provides an overview of Git and GitHub repositories, and explains how content is organized for Microsoft technical documentation.
description: This article defines key terms, provides an overview of Git and GitHub repositories, and explains how content is organized for Microsoft Learn documentation.
author: carlyrevier
ms.author: cahublou
ms.topic: contributor-guide
Expand Down Expand Up @@ -99,7 +99,7 @@ This term is the name assigned to the connection between your local repository a

A *pull request* (PR) is a request for a content owner to pull your changes into the official source. A PR enables GitHub's collaboration model by asking for the changes (also known as *commits*) from your working branch to be pulled and merged into another branch. In most cases, that other branch is the default branch in the main repository.

A PR also serves as a mechanism to provide the contributor with feedback from Microsoft Learn's validation processes and the PR reviewer, to resolve potential issues or questions before the changes are merged into the default branch.
A PR also serves as a mechanism to provide the contributor with feedback from Microsoft Learn's validation processes and the PR reviewer to resolve issues or questions before the changes are merged into the default branch.

## Remote

Expand Down
2 changes: 1 addition & 1 deletion Contribute/content/how-to-write-quick-edits.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Edit Microsoft Learn documentation in the browser
description: Learn how to edit a Microsoft Learn documentation article in the browser using GitHub.
description: Learn how to edit a Microsoft Learn article in the browser using GitHub's user interface and without having to download or install tools.
author: carlyrevier
ms.author: cahublou
ms.date: 02/01/2024
Expand Down

0 comments on commit 18e2918

Please sign in to comment.