Commit graph

144 commits

Author SHA1 Message Date
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
Tyler James Leonhardt 5bed39b3aa Add tooling section to PR template (#10144) 2019-07-16 12:20:50 -07:00
Tyler James Leonhardt d712d5817b Add quick steps for adding docs to cmdlets (#9978) 2019-06-25 10:55:42 -07:00
Travis Plunk 45f8abbd12 Disable stale bot in favor of an internal bot that we can customize more (#9785) 2019-05-31 12:42:40 -07:00
Kirk Munro 94c1098e16 Add checkbox to PR checklist for experimental feature use (#9619) 2019-05-17 17:02:31 -07:00
Aditya Patwardhan 48acc6e45d Update CODEOWNERS file to reduce noise (#9547) 2019-05-07 08:46:56 -07:00
Joel Sallow (/u/ta11ow) 2cd4a4870a Update Support_Question.md (#9218) 2019-04-30 09:38:52 -07:00
Aditya Patwardhan 7de4210760
Update Release_Process.md
Add item for global tool
2019-04-26 16:28:09 -07:00
Travis Plunk f649751ed2
Update release process template to clarify that most tasks are coordinated by the release pipeline (#9238)
Co-authored-by: Reece Dunham <me@rdil.rocks>
2019-03-30 16:09:54 -07:00
Reece Dunham 12276147e6 Remove code from CI.psm1 to optionally run Feature tests (#9212) 2019-03-27 13:29:15 -07:00
Michael Klement f81f778308 Update feature-request issue template to move instructions into comments. (#9187)
Moved instructions into comments.

## PR Context

While users should _see_ instructions, they shouldn't be _included_ when the issue is created.
2019-03-22 12:23:26 -07:00
Ilya 56ab168a6a Update link to Contributing guide to new PowerShell-Doc repo (#9090) 2019-03-12 11:54:49 -07:00
Reece Dunham c715a8faef Update release process issue template (#9051) 2019-03-08 00:14:03 +05:00
Aditya Patwardhan 99829b6d9d Update release template (#8996) 2019-02-26 15:41:20 -08:00
Ilya 31699be223 Change label in doc issue template (#8895)
CL-* is used only for ChangeLog automation.
2019-02-26 12:35:18 -08:00
Travis Plunk 2c488fb4e5
Fix Markdown lint issues (#8929)
#8896 Broke the static analysis CI.  Fixing so CI passes
2019-02-20 13:24:26 -08:00
Reece Dunham c14d5dd67f Remove some of the last AppVeyor references (#8867)
This removes some of the last mentions of the AppVeyor name.  Don't change the title, we don't want the word to appear in the CLs
Also problem: the last references are in the changelogs but I don't want to modify them without committee approval.  

## PR Context  

it was removed, #8686
2019-02-19 12:44:00 -08:00
Travis Plunk 93f33bb0d3
Update stable version to 6.1.3 (#8902) 2019-02-19 11:07:46 -08:00
Travis Plunk af4e8117df
Support release branches based on the forward slash separator (#8903) 2019-02-19 10:47:39 -08:00
Reece Dunham 6e913c4318 Update CLA pull request labeling info (#8820) 2019-02-04 11:52:47 -08:00