Commit graph

163 commits

Author SHA1 Message Date
Aditya Patwardhan 93f8840260 Enable sending Teams notification when workflow fails (#15982) 2021-09-15 11:01:13 -07:00
Travis Plunk bf4740dec6
Update CodeQL workflow to use ubuntu-18.04 (#15868) 2021-08-04 11:05:40 -07:00
Travis Plunk 10dee693e1
Enable /rebase to automatically rebase a PR (#15808) 2021-07-22 10:21:45 -07:00
Steve Lee c49cf068b3
Add to bug report template getting details from Get-Error (#15737) 2021-07-08 11:08:41 -07:00
Sean Wheeler 88d38b88b3
Update issue templates to link to new docs (#15711) 2021-07-02 08:40:41 +05:00
Travis Plunk ab12cc221c
Create issue template for issues updating PowerShell through Windows update. (#15700)
* Create Microsoft_Update_Issue.yaml

* Update Microsoft_Update_Issue.yaml

* Update Bug_Report.yaml
2021-06-30 15:29:25 -07:00
Andrew Schwartzmeyer feb6ff396b
Convert GitHub issue templates to modern forms (#15645) 2021-06-24 10:53:50 -07:00
Dongbo Wang 6833b2a43f
Update the mdspell command to exclude the folder that should be ignored (#15576) 2021-06-15 13:31:42 -07:00
Aditya Patwardhan 8bc194cb11
Update dependabot configuration to V2 format (#14882) 2021-02-22 12:34:10 -08:00
Robert Holt c4f8236fc4
Add tooling issue slots in PR template (#14697) 2021-02-16 22:09:39 +05:00
Aditya Patwardhan e8988bf786
Update daily GitHub action to allow manual trigger (#14718) 2021-02-05 11:33:35 -08:00
谭九鼎 8d7d5e7d0f
Fix the daily GitHub action (#14711) 2021-02-05 10:24:45 -08:00
谭九鼎 59550bbafe
GitHub Actions: fix deprecated ::set-env (#14629) 2021-02-02 10:15:11 -08:00
Dongbo Wang 7e9118c7e0
Use Needs-Triage instead of Issue-Question for new issues (#14645) 2021-01-25 17:50:54 -08:00
Travis Plunk c406f9fe68
Update distribution support request template to point to dotnet 5.0 support doc (#14578) 2021-01-20 09:26:10 -08:00
Travis Plunk ea40e8f142
Remove security template (#14453) 2021-01-20 09:24:25 -08:00
Reece Dunham 4a09585fe7
Update markdown test tools (#14325)
* Update markdown test tools

* Update docs, retry flag

* Fix actual dead links

* Update links
2021-01-12 08:58:19 +05:00
Travis Plunk 191c00da17
Enable CodeQL Security scanning (#13894) 2020-10-27 10:20:15 -07:00
Robert Holt 5abcd5854e
Revert "Add action to label size of PR" (#13325) 2020-07-31 11:06:14 -07:00
Travis Plunk 2398185447
Add action to label the size of a PR (#13321) 2020-07-30 16:49:38 -07:00
Reece Dunham fd05d1af93
Update the dependabot configuration to version 2 (#13230) 2020-07-30 10:08:18 -07:00
Travis Plunk 3aaa4a73e2
Add update packages.microsoft.com step to distribution request template. (#13008) 2020-06-29 12:14:25 -07:00
xtqqczze b03b968d0a
Restore markdownlint tests (#12549)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2020-06-02 12:28:32 -07:00
corbob 0f16d0ec6e
Minor typo corrections in Distribution Request Issue Templates (#12744)
Fix a few misspellings in the Issue Template.
2020-05-30 10:33:27 -07:00
Christoph Bergmeister [MVP] ea6f6c9ac3
Prevent GitHub workflow for daily dotnet build updates from running in forks (#12763) 2020-05-22 09:54:29 -07:00
Aditya Patwardhan 0e435a5143
Add GitHub action for PR creation and Wix file generation logic (#12748) 2020-05-21 18:47:54 -07:00
Ryan Yates 838569919b
minor update to Distribution_Request.md (#12705) 2020-05-17 16:46:15 -07:00
Travis Plunk 4523ea3af4
Update Distribution_Request.md 2020-05-16 13:49:05 -07:00
xtqqczze fde00de77f
Update docs.microsoft.com links (#12653)
# PR Summary

* remove explicit en-us from links
* remove view parameter


## PR Context

follow-up #7013

## PR Checklist

- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
    - Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress).
    - If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)**
    - [ ] None
    - **OR**
    - [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
        - [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
    - [x] Not Applicable
    - **OR**
    - [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
        - [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
    - [x] N/A or can only be tested interactively
    - **OR**
    - [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
- **Tooling**
    - [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
    - **OR**
    - [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
        - Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell) for VSCode (which runs in a different PS Host).
        - Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
        - Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
        - Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-15 03:29:43 +00:00
Travis Plunk e74fc33b5f
Add link to lifecyle doc to distribution request template (#12638) 2020-05-12 15:11:10 -07:00
Travis Plunk 8128a036f7
Delete sync.yml 2020-04-30 10:22:09 -07:00
Travis Plunk 902524f621
Create sync.yml 2020-04-30 10:21:49 -07:00
Ilya 1c4ecb6ec5
Update the owner list for ConsoleHost (#12508) 2020-04-28 11:07:54 -07:00
Steve Lee b7cb335f03
Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Steven Donovan 47645e0ccf
Replace VSCode link in CONTRIBUTING.md (#11475) 2020-03-13 15:44:15 -07:00
Shayde Nofziger 23b7dce320
Improvements to the contribution guide (#12086)
* Fix typo in contribution guide

* Improve contributing links and wording

Various improvements to the contributor's guide, including grammar fixes, making common links for easier updating, and fix for a broken link to VS Code editor documentation.

* Update .github/CONTRIBUTING.md

Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2020-03-11 11:46:19 -07:00
Travis Plunk 667ac4b16e Configure the issue label bot (#11527) 2020-01-08 13:48:26 -08:00
Steve Lee 03668e79af Add config.yml for ISSUE_TEMPLATE so that Doc, Security, Suppo… (#11153) 2019-12-04 15:08:14 -08:00
Michael Klement 2c8955eaeb Update SUPPORT.md (#11101)
New-issue link changed from a blank form to the intermediate issue-type-template selection change.
2019-11-19 09:24:54 +05:00
Michael Klement 6dda2308fe Update CONTRIBUTING.md (#11096)
New-issue-creation link updated to show the various templates rather than a blank new issue form.
2019-11-18 12:37:54 +05:00
Aditya Patwardhan 163cba4336 Fix installation doc links in README.md (#11083) 2019-11-15 12:02:43 -08:00
Travis Plunk b425648f69
Clarify which requirement are mandatory (#10734) 2019-10-10 14:33:50 -05:00
Michael Klement 2ec25645c3 Update Support_Question.md to link to Stack Overflow as anothe… (#10638) 2019-10-03 14:56:03 -05:00
Travis Plunk ae82c8f988
Add processor architecture to distribution request (#10661)
* Add processor architecture to distribution request

* Update .github/ISSUE_TEMPLATE/Distribution_Request.md

* Update Distribution_Request.md

* Update .github/ISSUE_TEMPLATE/Distribution_Request.md
2019-10-02 10:25:11 -05:00
Steve Lee d84ebc1571 Update our language on our policy applying to security issues (#10304) 2019-08-06 16:32:58 -07:00
Ilya d7811c8d25 Remove extra check that the system dll exists (#10244) 2019-08-05 09:52:18 -07:00
Travis Plunk f8ea0ed76c
Fix spelling error in issue template (#10256) 2019-07-30 10:48:15 -07:00
Travis Plunk 63046c6a80
CreateDistribution_Request issue template (#10253) 2019-07-29 16:22:12 -07:00
Tyler James Leonhardt 784fd31941 PSSA also includes formatting (#10172) 2019-07-17 09:02:02 +05:00
Christoph Bergmeister [MVP] f00b073539 Refactor security policy documentation so that they appear in the Security policy tab of GitHub (#9905)
Co-Authored-By: Travis Plunk <travis.plunk@microsoft.com>
2019-07-16 13:27:42 -07:00