initial
This commit is contained in:
commit
baa0056244
352 changed files with 47928 additions and 0 deletions
26
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
name: ✨ Feature request
|
||||
description: Open an issue about a potential new feature or improvement.
|
||||
labels: ["Issue-Enhancement", "Needs: Triage"]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Prerequisites
|
||||
options:
|
||||
- label: I have written a descriptive issue title.
|
||||
required: true
|
||||
- label: I have searched all [issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been requested.
|
||||
required: true
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
label: Summary
|
||||
description: Explain the feature request below.
|
||||
placeholder: I would like to do X because it would be useful for Y and I cannot currently do it with Z.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: proposed-design
|
||||
attributes:
|
||||
label: Proposed Design
|
||||
description: Optionally explain any technical design below.
|
||||
placeholder: We could accomplish this by extending X to take Y and yield Z.
|
||||
Loading…
Add table
Add a link
Reference in a new issue