6.4 KiB
6.4 KiB
Issue Management
Security Vulnerabilities
If you believe that there is a security vulnerability in PowerShell, first follow the vulnerability issue reporting policy before submitting an issue.
Long-living issue labels
Issue labels for PowerShell/PowerShell can be found here.
Issue and PR Labels
Issues are opened for many different reasons. We use the following labels for issue classifications:
Issue-Announcement
: the issue is for discussing an AnnouncementIssue-Bug
: the issue is reporting a bugIssue-Code Cleanup
: the issue is for cleaning up the code with no impact on functionalityIssue-Discussion
: the issue may not have a clear classification yet. The issue may generate an RFC or may be reclassified as a bug or enhancement.Issue-Enhancement
: the issue is more of a feature request than a bug.Issue-Meta
: an issue used to track multiple issues.Issue-Question
: ideally support can be provided via other mechanisms, but sometimes folks do open an issue to get a question answered and we will use this label for such issues.
When an issue is resolved, the following labels are used to describe the resolution:
Resolution-Answered
: the issue was anIssue-Question
and was answered.Resolution-By Design
: the issue is not considered a bug, the behavior is working as designed.Resolution-Duplicate
: the issue is a duplicate - there must be a comment linking to another issue.Resolution-External
: the issue cannot be address by this repo. Should be addressed externally.Resolution-Fixed
: the issue has been fixed and should be referenced from a PR.Resolution-Won't Fix
: the issue may be considered a bug or enhancement but won't be fixed. If there is an inadequate explanation as to why the issue was closed, anyone should feel free to reopen the issue.
Feature areas
These labels describe what feature area of PowerShell that an issue affects.
Those labels denoted by WG-*
are owned by a Working Group (WG) defined
here:
Area-Maintainers-Build
: build issuesArea-Cmdlets-Core
: cmdlets in the Microsoft.PowerShell.Core moduleArea-Cmdlets-Utility
: cmdlets in the Microsoft.PowerShell.Utility moduleArea-Cmdlets-Management
: cmdlets in the Microsoft.PowerShell.Management moduleArea-Documentation
: PowerShell repo documentation issues, general PowerShell doc issues go hereArea-DSC
: DSC related issuesArea-PowerShellGet
: PowerShellGet related issuesArea-SideBySide
: side by side supportWG-DevEx-Portability
: anything related to authoring cross-platform or cross-architecture modules, cmdlets, and scriptsWG-DevEx-SDK
: anything related to hosting PowerShell as a runtime, PowerShell's APIs, PowerShell Standard, or the development of modules and cmdletsWG-Engine
: core PowerShell engine, interpreter, and runtimeWG-Engine-Performance
: core PowerShell engine, interpreter, and runtime performanceWG-Engine-Providers
: built-in PowerShell providers such as FileSystem, Certificates, Registry, etc. (or anything returned byGet-PSProvider
)WG-Interactive-Console
: the console experienceWG-Interactive-Debugging
: debugging PowerShell scriptWG-Interactive-HelpSystem
: anything related to the help infrastructure and formatting of helpWG-Interactive-IntelliSense
: tab completionWG-Interactive-PSReadline
: PSReadline related issuesWG-Language
: parser, language semanticsWG-Quality-Test
: issues in a test or in test infrastructureWG-Remoting
: PSRP issues with any transport layerWG-Security
: security related areas such as JEA
Operating Systems
These are for issues that are specific to certain Operating Systems:
OS-Linux
OS-macOS
OS-Windows
OS-WSL
: Windows Subsystem for Linux
Process Tags
The following labels are used on PRs:
Review - Needed
: The PR is being reviewed. Please see Pull Request - Code ReviewReview - Waiting on Author
: The PR was reviewed by the team and requires changes or comments from the author before being accepted.Review - Abandoned
: The PR was not updated for a significant number of days (the exact number could vary over time). Maintainers should look into such PRs and re-evaluate them.Review - Committee
: The PR/Issue needs a review from powershell-committee
Miscellaneous labels
Blocked
: An issue cannot be addressed due to external factors, but should not be closed because those external factors are temporary.BVT/DRT
: An issue affecting or exposed by tests that have not been open sourced.Changelog Needed
: The PR requires an addition to the changelog, and should be removed when it has been added.Committee-Reviewed
: The PR/Issue has been reviewed by the powershell-committeeCompliance
: Issues with the compliance label are required to be fixed either in the long term or short term for Microsoft to continue to sign and release packages from the project as official Microsoft packages. The time frame in which it needs to be fixed should be identified in the issue.Documentation Needed
: The PR has changes that require a documentation change or new documentation added to PowerShell-DocsFirst-Time-Issue
: An issue that is identified as being easy and a good candidate for first time contributorsHackathon
orHacktoberfest
: An issue that would be a good candidate for hackathons such asHacktoberfest
orHackillinois
Porting
: An issue that affects a feature not yet ported to other platforms.Up-for-Grabs
: We've acknowledged the issue but have no immediate plans to address it. If you're looking for a way to contribute, these issues can be a good place to start.Usability
: This label is used to help us filter issues that might be higher priority because they more directly affect the usability of a particular feature or area.Waiting - DotNetCore
: An issue waiting on a fix/change in DotNetCore.