Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 8158be0

Browse files
authored
Updated pr template (#418)
1 parent d95801b commit 8158be0

File tree

1 file changed

+3
-46
lines changed

1 file changed

+3
-46
lines changed

.github/pull_request_template.md

+3-46
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,5 @@
11
<!--
2-
Thanks for contributing to the Azure PowerShell samples repo! For contributors, make sure that you
3-
fill in the PR checklist in this template, and:
4-
5-
* Internal contributors: Follow the style guides and PR submission process docs:
6-
- PowerShell style guide: https://review.docs.microsoft.com/en-us/help/contribute/conventions-azure-ps?branch=master
7-
- Best practices: https://review.docs.microsoft.com/en-us/help/contribute/conventions-azure-scripts?branch=master
8-
- PR submission process: https://review.docs.microsoft.com/en-us/help/contribute/contribute-scripts-pr-process?branch=master
9-
10-
* External contributors: Make sure that you test _all_ of your scripts that you modified. You can't read the contribution
11-
guides yet, but reviewer feedback will be detailed and clear about any required changes.
2+
Warning: This repo is scheduled to be archived on November 15, 2023.
3+
New contributions are no longer accepted.
4+
Please submit new Azure PowerShell documentation code sample contributions to https://github.com/Azure-Samples/azure-docs-powershell-samples
125
-->
13-
14-
## Description
15-
16-
<!-- Include a brief description of your changes. -->
17-
18-
## Checklist
19-
20-
<!--
21-
Filling in this checklist is mandatory! If you don't, your pull request
22-
will be rejected without further review. Checklists must be completed
23-
within 7 days of PR submission.
24-
25-
To check a box in markdown, make sure that it is formatted as [X] (no whitespace).
26-
Not formatting checkboxes correctly may break automated tools and delay PR processing.
27-
-->
28-
29-
- [ ] This pull request was tested on __both of__:
30-
- [ ] PowerShell 5.1 (Windows)
31-
- [ ] PowerShell 6.x
32-
- [ ] PowerShell 7.x ([Latest PowerShell](https://github.com/PowerShell/PowerShell/releases))
33-
- [ ] Scripts do not contain static passwords or other secret tokens.
34-
- [ ] All Azure resource identifiers which must be universally unique are guaranteed to be so.
35-
36-
### Testing information
37-
38-
<!--
39-
Each testing environment is a triplet:
40-
41-
Platform, PowerShell version, Az version
42-
43-
Copy/paste and fill in the following block for as many combinations of the above as you tested on.
44-
-->
45-
46-
Platform and PowerShell version: `[pscustomobject]$PSVersionTable | Select-Object OS, BuildVersion, PSVersion`
47-
48-
Az version: `(Get-InstalledModule -Name Az).Version`

0 commit comments

Comments
 (0)