Skip to content

Commit 41e63f6

Browse files
RDILTravisEz13
authored andcommitted
Create Support File (PowerShell#8618)
1 parent f49af36 commit 41e63f6

3 files changed

Lines changed: 21 additions & 9 deletions

File tree

.github/SUPPORT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# PowerShell Support
2+
3+
If you have any problems, please consult the [known issues][], developer [FAQ][], and [GitHub issues][].
4+
If you do not see your problem captured, please file a [new issue][] and follow the provided template.
5+
Also make sure to see the [Official Support Policy][].
6+
If you know how to fix the issue, feel free to send a pull request our way. (The [Contribution Guides][] apply to that pull request, you may want to give it a read!)
7+
8+
[Official Support Policy]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-6
9+
[FAQ]: https://github.com/PowerShell/PowerShell/tree/master/docs/FAQ.md
10+
[Contribution Guides]: https://github.com/PowerShell/PowerShell/tree/master/.github/CONTRIBUTING.md
11+
[known issues]: https://docs.microsoft.com/powershell/scripting/whats-new/known-issues-ps6?view=powershell-6
12+
[GitHub issues]: https://github.com/PowerShell/PowerShell/issues
13+
[new issue]: https://github.com/PowerShell/PowerShell/issues/new

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,16 @@ See [working with the PowerShell repository](https://github.com/PowerShell/Power
199199
## Developing and Contributing
200200

201201
Please see the [Contribution Guide][] for how to develop and contribute.
202-
203-
If you have any problems, please consult the [known issues][], developer [FAQ][], and [GitHub issues][].
204-
If you do not see your problem captured, please file a [new issue][] and follow the provided template.
205202
If you are developing .NET Core C# applications targeting PowerShell Core, please [check out our FAQ][] to learn more about the PowerShell SDK NuGet package.
206203

207204
Also make sure to check out our [PowerShell-RFC repository](https://github.com/powershell/powershell-rfc) for request-for-comments (RFC) documents to submit and give comments on proposed and future designs.
208205

209206
[check out our FAQ]: https://github.com/PowerShell/PowerShell/tree/master/docs/FAQ.md#where-do-i-get-the-powershell-core-sdk-package
210-
[Contribution Guide]: https://github.com/PowerShell/PowerShell/tree/master/.github/CONTRIBUTING.md
211-
[known issues]: https://docs.microsoft.com/powershell/scripting/whats-new/known-issues-ps6?view=powershell-6
212-
[GitHub issues]: https://github.com/PowerShell/PowerShell/issues
213-
[new issue]:https://github.com/PowerShell/PowerShell/issues/new
207+
208+
## Support
209+
210+
For support please see the [Support Section][].
211+
[Support Section]: https://github.com/PowerShell/PowerShell/tree/master/.github/SUPPORT.md
214212

215213
## Legal and Licensing
216214

@@ -242,7 +240,7 @@ Governance policy for PowerShell project is described [here][].
242240
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
243241
For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [opencode@microsoft.com][conduct-email] with any additional questions or comments.
244242

245-
[conduct-code]: http://opensource.microsoft.com/codeofconduct/
246-
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
243+
[conduct-code]: https://opensource.microsoft.com/codeofconduct/
244+
[conduct-FAQ]: https://opensource.microsoft.com/codeofconduct/faq/
247245
[conduct-email]: mailto:opencode@microsoft.com
248246
[conduct-md]: https://github.com/PowerShell/PowerShell/tree/master/CODE_OF_CONDUCT.md

test/common/markdown/markdown.tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Describe 'Common Tests - Validate Markdown Files' -Tag 'CI' {
5454
try
5555
{
5656
$docsToTest = @(
57+
'./.github/SUPPORT.md'
5758
'./.github/CONTRIBUTING.md'
5859
'./*.md'
5960
'./demos/python/*.md'

0 commit comments

Comments
 (0)