Skip to content

Commit f1d62d9

Browse files
authored
Take advantage of multiple issue templatesShamelessly ripping this off from the PSSA GH repo (#1320)
1 parent 8ce4be4 commit f1d62d9

File tree

5 files changed

+56
-0
lines changed

5 files changed

+56
-0
lines changed

ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/Bug_report.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: Bug report 🐛
3+
about: Report errors or unexpected behavior 🤔
4+
5+
---
6+
17
<!--
28
39
BEFORE SUBMITTING A NEW ISSUE, PLEASE READ THE FAQ!!
@@ -6,6 +12,10 @@ https://github.com/PowerShell/vscode-powershell/wiki/FAQ
612
If your issue is not addressed by the FAQ, please
713
fill in the following details so that we can help you!
814
15+
IMPORTANT: you can generate a bug report directly from the
16+
PowerShell extension in Visual Studio Code by selecting
17+
"PowerShell: Upload Bug Report to GitHub" from the command palette.
18+
919
The more repro details you can provide, along with a zip
1020
of the log files from your session, the better the chances
1121
are for a quick resolution.
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature request/idea 🚀
3+
about: Suggest a new feature or improvement (this does not mean you have to implement it)
4+
5+
---
6+
7+
**Summary of the new feature**
8+
9+
A clear and concise description of what the problem is that the new feature would solve.
10+
Try formulating it in user story style (if applicable):
11+
'As a user I want X so that Y.' with X being the being the action and Y being the value of the action.
12+
13+
**Proposed technical implementation details (optional)**
14+
15+
A clear and concise description of what you want to happen.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Support Question ❓
3+
about: If you have a question, you can try asking in the VSCode channel of the international PowerShell Slack channel first. You can also try Gitter chat for vscode-powershell.
4+
5+
---
6+
7+
* Slack Community Chat: https://powershell.slack.com (you can sign-up at http://slack.poshcode.org/ for an invite)
8+
* Gitter Chat: https://gitter.im/PowerShell/vscode-powershell
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Editor Syntax Colorization bug report ❓
3+
about: Editor syntax colorization bugs are tracked in a separate GitHub repo.
4+
5+
---
6+
7+
* Please submit editor syntax colorization issues with PowerShell scripts
8+
to the [EditorSyntax](https://github.com/powershell/editorSyntax/issues) repo on GitHub.

.github/PULL_REQUEST_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## PR Summary
2+
3+
<!-- summarize your PR between here and the checklist -->
4+
5+
## PR Checklist
6+
7+
Note: Tick the boxes below that apply to this pull request by putting an `x` between the square brackets.
8+
Please mark anything not applicable to this PR `NA`.
9+
10+
- [ ] PR has a meaningful title
11+
- [ ] Summarized changes
12+
- [ ] This PR is ready to merge and is not work in progress
13+
- If the PR is work in progress, please add the prefix `WIP:` to the beginning of the title and remove the prefix when the PR is ready
14+
15+
@tylerl0706

0 commit comments

Comments
 (0)