mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Create Support File (#8618)
This commit is contained in:
parent
f49af36670
commit
41e63f6546
13
.github/SUPPORT.md
vendored
Normal file
13
.github/SUPPORT.md
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# PowerShell Support
|
||||||
|
|
||||||
|
If you have any problems, please consult the [known issues][], developer [FAQ][], and [GitHub issues][].
|
||||||
|
If you do not see your problem captured, please file a [new issue][] and follow the provided template.
|
||||||
|
Also make sure to see the [Official Support Policy][].
|
||||||
|
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!)
|
||||||
|
|
||||||
|
[Official Support Policy]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-6
|
||||||
|
[FAQ]: https://github.com/PowerShell/PowerShell/tree/master/docs/FAQ.md
|
||||||
|
[Contribution Guides]: https://github.com/PowerShell/PowerShell/tree/master/.github/CONTRIBUTING.md
|
||||||
|
[known issues]: https://docs.microsoft.com/powershell/scripting/whats-new/known-issues-ps6?view=powershell-6
|
||||||
|
[GitHub issues]: https://github.com/PowerShell/PowerShell/issues
|
||||||
|
[new issue]: https://github.com/PowerShell/PowerShell/issues/new
|
16
README.md
16
README.md
@ -199,18 +199,16 @@ See [working with the PowerShell repository](https://github.com/PowerShell/Power
|
|||||||
## Developing and Contributing
|
## Developing and Contributing
|
||||||
|
|
||||||
Please see the [Contribution Guide][] for how to develop and contribute.
|
Please see the [Contribution Guide][] for how to develop and contribute.
|
||||||
|
|
||||||
If you have any problems, please consult the [known issues][], developer [FAQ][], and [GitHub issues][].
|
|
||||||
If you do not see your problem captured, please file a [new issue][] and follow the provided template.
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
[check out our FAQ]: https://github.com/PowerShell/PowerShell/tree/master/docs/FAQ.md#where-do-i-get-the-powershell-core-sdk-package
|
[check out our FAQ]: https://github.com/PowerShell/PowerShell/tree/master/docs/FAQ.md#where-do-i-get-the-powershell-core-sdk-package
|
||||||
[Contribution Guide]: https://github.com/PowerShell/PowerShell/tree/master/.github/CONTRIBUTING.md
|
|
||||||
[known issues]: https://docs.microsoft.com/powershell/scripting/whats-new/known-issues-ps6?view=powershell-6
|
## Support
|
||||||
[GitHub issues]: https://github.com/PowerShell/PowerShell/issues
|
|
||||||
[new issue]:https://github.com/PowerShell/PowerShell/issues/new
|
For support please see the [Support Section][].
|
||||||
|
[Support Section]: https://github.com/PowerShell/PowerShell/tree/master/.github/SUPPORT.md
|
||||||
|
|
||||||
## Legal and Licensing
|
## Legal and Licensing
|
||||||
|
|
||||||
@ -242,7 +240,7 @@ Governance policy for PowerShell project is described [here][].
|
|||||||
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
|
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
|
||||||
For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [opencode@microsoft.com][conduct-email] with any additional questions or comments.
|
For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [opencode@microsoft.com][conduct-email] with any additional questions or comments.
|
||||||
|
|
||||||
[conduct-code]: http://opensource.microsoft.com/codeofconduct/
|
[conduct-code]: https://opensource.microsoft.com/codeofconduct/
|
||||||
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
|
[conduct-FAQ]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||||
[conduct-email]: mailto:opencode@microsoft.com
|
[conduct-email]: mailto:opencode@microsoft.com
|
||||||
[conduct-md]: https://github.com/PowerShell/PowerShell/tree/master/CODE_OF_CONDUCT.md
|
[conduct-md]: https://github.com/PowerShell/PowerShell/tree/master/CODE_OF_CONDUCT.md
|
||||||
|
@ -54,6 +54,7 @@ Describe 'Common Tests - Validate Markdown Files' -Tag 'CI' {
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
$docsToTest = @(
|
$docsToTest = @(
|
||||||
|
'./.github/SUPPORT.md'
|
||||||
'./.github/CONTRIBUTING.md'
|
'./.github/CONTRIBUTING.md'
|
||||||
'./*.md'
|
'./*.md'
|
||||||
'./demos/python/*.md'
|
'./demos/python/*.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user