Skip to content

Commit b1abe19

Browse files
resolve conflict
2 parents 20dd3ab + 5b2350f commit b1abe19

File tree

3,319 files changed

+53774
-49434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,319 files changed

+53774
-49434
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Documentation Issue 📚
3+
about: Problems with PowerShell documentation
4+
title: "Documentation Issue"
5+
labels: issue-question
6+
assignees: ''
7+
8+
---
9+
10+
# Documentation Issue
11+
12+
<!--
13+
Use this template to report issues with documentation. This can include typos, technical and factual
14+
errors, grammar, spelling, formatting, presentation, etc.
15+
16+
Be sure to change the issue title. Titles should be brief and meaningful.
17+
-->
18+
19+
## Details of the issue
20+
21+
- URL to the article (Docs or GitHub URL):
22+
- Is the issue version specific (Y/N - include version info) :
23+
- [ ] Impacts 7 document
24+
- [ ] Impacts 6 document
25+
- [ ] Impacts 5.1 document
26+
- [ ] Impacts 5.0 document
27+
- [ ] Impacts 4.0 document
28+
- [ ] Impacts 3.0 document
29+
- Is the issue specific to a platform (Y/N - Win/macOS/Linux):
30+
31+
Description of the issue:
32+
33+
<!--
34+
Enter your problem description below. Use markdown code fences for example code and output.
35+
-->
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: New Document Request/Idea 🚀
3+
about: Suggest a new document or major rewrite of an existing one
4+
title: "Document Request"
5+
labels: issue-doc-idea
6+
assignees: ''
7+
8+
---
9+
10+
# Summary of the new document or enhancement
11+
12+
<!--
13+
A clear and concise description of purpose the new document. Why it is needed? What gap is it
14+
filling? Who is the intended audience? What is the intended scenario being addressed?
15+
16+
Try formulating it in user story style (if applicable):
17+
18+
'As a user I need a document about X so that I can Y.' with X being the problem or scenario and Y
19+
being the purpose and/or target audience for the document.
20+
21+
Be sure to change the issue title. Titles should be brief and meaningful.
22+
-->
23+
24+
Details of requested document:
25+
26+
- Proposed title:
27+
- Propose location in the TOC:
28+
- Target audience:
29+
- Purpose or scenario:
30+
_or_
31+
Proposed changes/additions to existing article:
32+
- List of related articles to link to:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: PowerShell Product Issue 🐛
3+
about: PowerShell behavior issues should be filed at https://github.com/PowerShell/PowerShell/issues/new/choose
4+
title: Issue title
5+
labels: issue-product-feedback
6+
assignees: ''
7+
8+
---
9+
10+
# Product Issue
11+
12+
If this issue is that the behavior is documented incorrectly then use the **Doc Bug Report**
13+
template. Otherwise, issues about PowerShell behavior should be filed in the
14+
[PowerShell](https://github.com/PowerShell/PowerShell/issues/new/choose) code repository.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Support Question ❓
3+
about: Try asking in the PowerShell Slack channel first. For official support, refer to the PowerShell Support Lifecycle at https://aka.ms/pslifecycle
4+
title: "Support Question"
5+
labels: issue-question
6+
assignees: ''
7+
8+
---
9+
10+
# Support Question
11+
12+
## Official support
13+
14+
[PowerShell Support Lifecycle](https://aka.ms/pslifecycle)
15+
16+
## Community Resources
17+
18+
[Slack][powershell-slack] and [Discord][powershell-discord] Community Chat - Interactive chat with
19+
other PowerShell enthusiasts. Both Slack and Discord are bridged via a bot and can seamlessly talk
20+
to each other.
21+
22+
[StackOverflow.com](https://stackoverflow.com/questions/tagged/powershell) and
23+
[PowerShell.org Forum](https://powershell.org/forums/) - Search or post new general PowerShell usage
24+
questions.
25+
26+
[powershell-slack]: https://join.slack.com/t/powershell/shared_invite/enQtMzA3MDcxNTM5MTkxLTBmMWIyNzhkYzVjNGRiOTgxZmFlN2E0ZmVmOWU5NDczNTY2NDFhZjFlZTM1MTZiMWIzZDcwMGYzNjQ3YTRkNWM
27+
[powershell-discord]: https://discordapp.com/invite/AtzXnJM

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
1-
<!--
2-
If this doc issue is for content OUTSIDE of /reference folder (such as DSC, WMF etc.), there is no need to fill this template. Please delete the template before submitting the PR.
1+
# PR Summary
2+
<!-- Summarize your changes and list related issues here -->
33

4-
If this doc issue is for content UNDER /reference folder, please fill out this template:
4+
## PR Context
5+
<!--
6+
There is a numbered folder for each version of the PowerShell cmdlet reference. Changes to cmdlet
7+
reference should be made to all versions where applicable. The /docs-conceptual folder tree does not
8+
have version folders.
59
-->
6-
Version(s) of document impacted
7-
------------------------------
10+
11+
Version(s) of documents impacted
12+
813
- [ ] Impacts 7 document
914
- [ ] Impacts 6 document
1015
- [ ] Impacts 5.1 document
1116
- [ ] Impacts 5.0 document
1217
- [ ] Impacts 4.0 document
1318
- [ ] Impacts 3.0 document
1419

15-
<!--
16-
If the PR is fixing only a subset of document version(s), please explain why by picking appropriate items in the list below
17-
If the PR is fixing all the document version(s), please delete the list/options below
18-
-->
19-
Reason(s) for not updating all version of documents
20-
--------------------------------------------------
21-
- [ ] The documented feature was introduced in version (list version here) of PowerShell
22-
- [ ] This issue only shows up in version (list version(s) here) of the document
23-
- [ ] This PR partially fixes the issue, and issue #<insert here> tracks the remaining work
20+
## PR Checklist
21+
22+
- [ ] I have read the [contributors guide(https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/CONTRIBUTING.md)]
23+
and followed the style and process guidelines
24+
- [ ] PR has a meaningful title
25+
- [ ] PR is targetted at the _staging_ branch
26+
- [ ] All relevant versions updated
27+
- [ ] Includes reference to related issues and PRs - see [Closing issues using keywords](https://help.github.com/en/articles/closing-issues-using-keywords).
28+
- [ ] This PR is ready to merge and is not **Work in Progress**
29+
- If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the
30+
title and remove the prefix when the PR is ready.

0 commit comments

Comments
 (0)