Commit graph

39 commits

Author SHA1 Message Date
Andy Schwartzmeyer 3ed7571f94
Update Windows PowerShell issues link (#16105) 2021-09-23 22:28:57 -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 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
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
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
Steve Lee 03668e79af Add config.yml for ISSUE_TEMPLATE so that Doc, Security, Suppo… (#11153) 2019-12-04 15:08:14 -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
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
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
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
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
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
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
David Coulter fce6a97b78 Changing docs issue template to new docs repo location (#8818)
Updating the issue template for documentation to show the new location of PowerShell-Docs on the MicrosoftDocs repo.

## PR Context  

Cleaning up references post migration of docs to MicrosoftDocs repo. While the redirect works, showing the correct location is preferred in the long run.
2019-02-03 14:31:35 -08:00
Ilya 5c8a5f355e Update GitHub templates (#8792)
Update GitHub templates.
Fill free add commits if needed.
2019-01-31 12:42:22 -08:00
Reece Dunham 719b808941 Update issue templates with new supported values (#8718) 2019-01-25 11:56:10 -08:00
xtqqczze 863528881f Use https in URLs where available (#8622)
Use https in URLS across the repository where the domain serves content by https.
2019-01-24 12:50:11 -08:00
Paul Higinbotham 0c2a8911d6 Update release process template (#8711)
* Update release process with latest steps

* Added DevOps artifacts step

* Update .github/ISSUE_TEMPLATE/Release_Process.md

Co-Authored-By: PaulHigin <paulhi@microsoft.com>


Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
2019-01-22 17:11:39 -08:00
Travis Plunk c76a3d7bb4
Create release process issue template (#8417)
* create release process issue template
* Add a security issue template as well
2018-12-12 12:24:12 -08:00
Steve Lee c3143251b4 Change default issue template to use different categories (#8203)
Leverage GitHub ability to have multiple options when user clicks "New Issue" to have better issues opened and direct users to Docs repo and UserVoice for Windows PowerShell issues.
2018-11-16 10:18:13 -08:00