Skip to content

Commit

Permalink
Updates on the issue form templates and removal of the older templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 committed Apr 15, 2024
1 parent 1a49837 commit 212b166
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 129 deletions.
16 changes: 13 additions & 3 deletions .github/ISSUE_TEMPLATE/01-sdk-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
value: |
**Thank you for taking the time to fill out this bug report!**
💥Before submitting a new request, please search existing issues to see if an issue already exists.
💥You may also check whether you can reproduce this issue using the latest released version of [Microsoft.Graph](https://www.powershellgallery.com/packages/Microsoft.Graph) or [Microsoft.Graph.Beta](https://www.powershellgallery.com/packages/Microsoft.Graph.Beta).
- type: textarea
id: description
attributes:
Expand All @@ -32,14 +33,19 @@ body:
description: |
Please include minimal steps to reproduce the problem if possible. E.g.: the smallest possible code snippet; or steps to run project in link above. If possible include text as text rather than screenshots (so it shows up in searches).
If there's a link to a public repo where the sample code exists, include it too.
placeholder: Minimal Reproduction steps
placeholder: |
1. Execute `-Mg-` with `...`
2. See error at `...`
validations:
required: true
- type: input
attributes:
label: SDK Version
placeholder: e.g. 5.32.1
description: Version of the SDK with the bug described above.
description: |
Version of the SDK with the bug described above.
* Please run `Get-Module Microsoft.Graph*` after cmdlet execution and paste the output here.
* If a module cannot be installed or imported, please run `Get-Module -ListAvailable` and paste the output.
validations:
required: false
- type: input
Expand All @@ -64,7 +70,9 @@ body:
id: logs
attributes:
label: Debug output
description: Please copy and paste the output when using the `--debug` flag. This will be automatically formatted into code, so no need for backticks.
description: |
Please copy and paste the output when using the `--debug` flag. This will be automatically formatted into code, so no need for backticks.
Be sure to remove any sensitive information that may be in the logs.
value: |
<details><summary>Click to expand log</summary>
```
Expand All @@ -81,6 +89,8 @@ body:
label: Configuration
description: |
Please provide more information on your SDK configuration:
* Please run `$PSVersionTable` and paste the output below.
* If running the Docker container image, indicate the tag of the image used and the version of Docker engine.
* What OS and version, and what distro if applicable (Windows 10, Windows 11, MacOS Catalina, Ubuntu 22.04)?
* What is the architecture (x64, x86, ARM, ARM64)?
* Do you know whether it is specific to that configuration?
Expand Down
44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
blank_issues_enabled: true
contact_links:
- name: For issues related to authentication and service errors
url: https://learn.microsoft.com/powershell/microsoftgraph/troubleshooting
about: please refer to our troubleshooting guide
- name: Question on use of powershell sdk
url: https://github.com/microsoftgraph/msgraph-sdk-powershell/discussions
about: Please add your question in the discussions section of the repo
- name: Question on use of kiota
url: https://github.com/microsoft/kiota/discussions
about: Please add your question in the discussions section of the repo
- name: Question, bug report or feature Request for the MS Graph API
url: https://aka.ms/msgraphsupport
about: Report an issue or limitation with the MS Graph service APIs
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/microsoft-graph-powershell-bug-report.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/service-bug-report-instructions.md

This file was deleted.

0 comments on commit 212b166

Please sign in to comment.