Skip to content

Use multiple GitHub issue templates for bugs, feature requests and support questions #986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: Bug report 🐛
about: Report errors or unexpected behavior 🤔

---

Before submitting a bug report:

- Make sure you are able to repro it on the latest released version
- Perform a quick search for existing issues to check if this bug has already been reported

Steps to reproduce
------------------

```PowerShell

```

Expected behavior
-----------------

```none

```

Actual behavior
---------------

```none

```

If an unexpected error was thrown then please report the full error details using e.g. `$error[0] | Select-Object *`

Environment data
----------------

<!-- Provide the output of the following 2 commands -->

```PowerShell
> $PSVersionTable

> (Get-Module -ListAvailable PSScriptAnalyzer).Version | ForEach-Object { $_.ToString() }

```
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request/idea 🚀
about: Suggest a new feature or improvement (this does not mean you have to implement it)

---

**Summary of the new feature**

A clear and concise description of what the problem is that the new feature would solve.
Try formulating it in user story style (if applicable):
'As a user I want X so that Y.' with X being the being the action and Y being the value of the action.

**Proposed technical implementation details (optional)**

A clear and concise description of what you want to happen.

**What is the latest version of PSScriptAnalyzer at the point of writing**

9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/Support_Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Support Question ❓
about: If you have a question, you can try asking in the scriptanalyzer channel of the international PowerShell Slack channel first.

---

* Slack Community Chat: https://powershell.slack.com (you can sign-up at http://slack.poshcode.org/ for an invite)
* Also have a look at the `RoleDocumentation` folder for more information on each rule:
https://github.com/PowerShell/PSScriptAnalyzer/tree/development/RuleDocumentation